-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
502, 500: BadGateway Error and Internal server error when Launching cvat #7331
Comments
Also having the same 500 error, it seems like the internal server is not that stable. |
okay, thanks, I will try |
Version? If this is current develop branch, please pay attention that But it is still used in the container according to logs you provided. Did you try to rebuild docker images with |
I reinstalled the platform yesterday according to https://opencv.github.io/cvat/docs/administration/basics/installation/, I think it is the most recent version. I just did 'docker compose up -d --build', the error is still there. |
Try: docker compose down
git checkout v2.9.2
docker compose up -d I suspect in your case it uses built docker images from the latest release, but compose config from develop branch, |
Alternatively, you may use: And one more suggestion is to built everything from sources: |
Unfortunately, the error is still present after all these commands |
Had the same issue as well. Wanted to try the compose variation again to maybe figure out, the reason that i can't get the helm chart alternative to run. The proposed try docker compose down
git checkout v2.9.2
docker compose up -d worked for me. Got it fixed through learning that docker compose down
git checkout develop
docker system prune -a
docker volume prune --all
docker compose up -d Maybe it helps. |
Removing docker volumes is not necessary, and it is dangerous. Creating risk that you remove all existing data. |
@InRiPa Thank you for sharing. I was able to get past the Nuking everything ended up working. This did not help -
The following - as expected - got rid of all the data but left me with a so far functioning installation:
Now let's figure out how to restore projects from backups :) ++ Edit : Restore worked 👍🏻 |
Actions before raising this issue
Steps to Reproduce
No response
Expected Behavior
I have installed cvat following the installation guide, my OS is Linux. After running the comman
docker compose up -d
the following happens in the Google Chrome:Possible Solution
No response
Context
I want to launch cvat. Previously I already had problems with launching (it was 405 error), but it was successfully solved. Now for some unknown reson I have this problem.
Environment
No response
The text was updated successfully, but these errors were encountered: