NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.81k stars 2.65k forks source link

Getting random net::ERR_FAILED errors when requesting many files #2344

Open thejavascriptman opened 2 years ago

thejavascriptman commented 2 years ago

Checklist

Describe the bug

Nginx Proxy Manager Version

v2.9.18

To Reproduce Steps to reproduce the behavior:

  1. Run a web application that requests lots of files, for the sake of testing you can try NocoDB e.g. docker run --rm --net=host nocodb/nocodb, it will listen at port 8080, using --net=host to bypass docker-proxy (so 1 less point of failure)
  2. On NPM add a new Proxy Host to expose NocoDB, I'm running NocoDB on the same host as NPM so I'm exposing http://127.0.0.1:8080
  3. Enable SSL under a custom domain (I'm using letsencrypt with a domain that points to my local NPM instance, so the requests do not go to the internet)
  4. Visit the configured domain with the element inspector open e.g. https://nocodb.example.com (you don't even need to create an account, just load the first page and see it fail)

Expected behavior

All requests should succeed

Screenshots

image

image

Operating System

Additional context

github-actions[bot] commented 8 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1: