question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remote access results in 404 Not Found error (nginx/1.16.1)

See original GitHub issue

I’ve set up and installed cvat on a remote PC connected to a LAN, from which I use my laptop to access cvat remotely. It seems like it’s able to connect to cvat remotely, but there’s no web page found, giving the 404 Not Found error as per the title.

I’ve set up the docker-compose.override.yml file as follows:

version: "2.3"

services:
  cvat:
    environment:
      ALLOWED_HOSTS: "*"
      UI_SCHEME: http
      UI_HOST: 192.168.10.4
    ports:
      - "80:8080"

  cvat_ui:
    build:
      args:
        REACT_APP_API_HOST: 192.168.10.4
        REACT_APP_API_PORT: 8080

The file docker-compose.yml is left as is.

After rebuilding with

docker-compose build

and starting the cvat server with

docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d

the error still persists.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:18 (4 by maintainers)

github_iconTop GitHub Comments

10reactions
emrahustuncommented, Apr 1, 2021

For version 3.3 only deleting server{…} block from cvat_proxy/conf.d/cvat.conf.template file and restarting solved the issue.

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fixing a 404 Not Found Nginx Error - KeyCDN Support
A 404 Not Found error occurs when a user is trying to access an asset that either does not exist or has been...
Read more >
What does 404 error mean in Nginx - Linux Hint
The “404 Not Found Error” on the web page is an HTTP response status code that declares your requested resource was not found....
Read more >
Update to 6.10 results into 404 nginx error on remote access.
After updating to 6.10 from 6.9.2 the remote interface gives an 404 not found. Running the server in gui mode gives me control...
Read more >
How to fix 404 not found nginx problem? - DigitalOcean
I run Nginx on my wordpress site, but now all pages and categories, except homepage, suddenly appear “404 not found, Nginx”, the permalinks...
Read more >
Error message 404 Not Found nginx comes up when I try to ...
If the webpage cannot be displayed, Internet Explorer will display either the actual error page sent by the website or a friendly error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found