CorsServiceProvider not found error #11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am trying to update from tag 2023-04-12 to 2023-04-20 but the app and worker refuse to start.
I see the following error:
Same error with all the docker image version published after 2023-04-20
Any news on this? I have the same issue running the docker images and wonder how other setups get arround this error. Maybe someone has a hint for me?
@samuel-p what solved it for me was to remove the container using
docker rm <container id or name>
before upgrading to a new version.