-
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
nginx not configured #1264
Comments
Is this a trivial problem ? |
@samyhocine Hi, sorry for the late response. We did't try to build and use CVAT with docker toolbox, but could you please run the following command and attach cvat_proxy.conf file?
|
@azhavoro thanks for your feedback. This line didn't help unfortunately. I tried this command before a:
And before a "rebuilt": The cvat_proxy.conf file (markdown is a bit lost with the syntax analysis :/)
}` |
@samyhocine could you post output from |
@azhavoro here we go :) |
It's very strange, everything looks ok ... nginx homepage points that it uses default config, but config is properly configured. Could you attach your docker-compose.yml? I'll try to reproduce the issue on windows. |
Thanks a lot :) Attached docker-compose.yml (.txt for the upload) |
I have the same issue from Ubuntu 18.04 VM, so I follow... |
@samyhocine @yohayonyon Hi, could you please attach the output from the following commands |
One more question: is the admin page http://192.168.99.100:8080/admin reachable? |
docker_exec_it_cvat_proxy_T.txt docker logs cvat_ui returns Nothing Yes, http://192.168.99.100:8080/admin is reachable. I can see the Django administration login panel. |
@samyhocine sorry, right command is |
Sorry @azhavoro I've just switched on Windows 10 Pro. Maybe @yohayonyon would like to continue Thanks again @azhavoro for your time ;) |
@samyhocine I think it's not related with docker toolbox, there is the same issue on ubuntu #1287. Looks like that cvat_ui not properly configured by some reason and returns default nginx page. Unfortunately I cannot reproduce the issue at the moment... |
Oh ok :/ I will clone the git and try it on my Windows 10 Pro |
@azhavoro I've installed cvat on Windows 10 Pro using Docker Desktop and it's working. Maybe it's docker related and not cvat related ? @yohayonyon for the next move ? :) |
Seems similar to issue #1287. |
@yohayonyon thanks, yes it's the same issue, could you please rebuild cvat_ui image with the command |
|
I also have the same problem, I'm using ubuntu OS 18.04 ... |
@muhammadhusein I have met the same issue when I install CVAT on Ubuntu OS 18.04. When I type I realized that cvat_ui may not ready for using. So I ran |
it shows the same problem in macOS Catalina....., the root path goes to the Nginx default page.. Did anyone have the solution? |
Hi,
I'm on Win10 Home and I use docker Toolbox.
I've followed the installation guide but I'm facing an issue. Working on since two days but didn't find a way to solve it :/
When I connect to "http://192.168.99.100:8080" on Google Chrome I have the nginx homepage with this message:
"Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.
Thank you for using nginx."
So nothing has been configured and I can't access the login page.
How is it so ?
The build went well and everything is green "done" when doing docker-compose up -d
For information:
I've modified the file docker-compose.yml (because I'm using Docker Toolbox)
And also updated the cvat-ui/package.json file with:
To increase the available mem space because of an issue I had during the build: "JavaScript heap out of memory" (issue solved with this update)
Best regards,
Samy
The text was updated successfully, but these errors were encountered: