-
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
Cannot import annotations on remote server #6461
Comments
Can you check the inspect element network tab to see what's gone wrong with the request? (CORS error etc.) Additionally, make sure that you have proper forwarding headers set in your nginx config. Here's what my config looks like, as an example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My actions before raising this issue
Have read the doc and searched all related issues #6078, #6309, #6219
The issue is pretty much the same. I followed the instructions to install CVAT on a EC2 AWS server, everything works except importing annotations. Whenever I click "import", it shows something like
Looks like it does not go to the correct public domain address (for privacy reason I can't share it). Instead, it goes to localhost: 8080
If I replace this address with the intended public domain address, then I will go to this page
Steps to Reproduce (for bugs)
Mainly, just followed the installation steps here https://opencv.github.io/cvat/docs/administration/basics/installation/#ubuntu-1804-x86_64amd64
Additionally, I configured nginx such that proxy_pass=http://localhost:8080/;
export $CVAT_HOST = localhost
everything else is the same
Expected Behaviour
Importing annotations should work without errors
Current Behaviour
See attached image above
Possible Solution
Can't find a solution so far, been stuck on this for a long time.
Context
Your Environment
Git hash commit (
git log -1
):429bf6e
(this is release-2.4.7, I also tried the latest version, same error)
Docker version
docker version
(e.g. Docker 17.0.05): 24.0.4Are you using Docker Swarm or Kubernetes? No
Operating System and version (e.g. Linux, Windows, MacOS): centos
Other diagnostic information / logs: don't know what other logs are useful, please guide me
The text was updated successfully, but these errors were encountered: