jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
770 stars 173 forks source link

Problem migrating from v1.22.1 to 1.23.0 #231

Open shirkie opened 2 years ago

shirkie commented 2 years ago

Hello,

I'm having an issue with running v1.23.0+ of this docker image. I run a virtual table top called Foundry VTT, and whenever I upgrade this docker image to 1.23.0 or above, I get a huge number of net::ERR_FAILED messages in the console which leads to a number of its modules not having files they need, and thus cascading into a mess of errors.

I'm curious if something might be wrong with versions starting at 1.23.0. If i revert to a previous version, i get no issues. I checked with tech channels with the VTT and they said there should be no conflicts, so i wanted to bring this up here and see if there was anything you might be to do to help.

CaffeinatedTech commented 2 years ago

I've just discovered this issue. I've been setting up Foundry, and have noticed some modules not loading a fair amount of the time. Looking at the console shows many ERR_FAILED messages. If I bypass the proxy, Foundry loads well every time. So I was just beginning to see if it was a connection limit in nginx proxy manager. I'm on version 2.9.18.

xlilcasper commented 1 year ago

I am getting the same issues. Increasing connection limit and the file descriptor limit doesn't seem to help. Anyone find a solution to this yet?

CaffeinatedTech commented 1 year ago

Try disabling your ad blocker.

xlilcasper commented 1 year ago

Try disabling your ad blocker.

Ad blocker is disabled but just to make sure I went into incognito mode (no extensions loaded) and still had the same errors

CaffeinatedTech commented 1 year ago

I ended up switching to Caddy for my reverse proxy. Couldn't recall if it was disabling ad blocker or Caddy which solved it for me.

There's probably a 'correct' nginx configuration for this. But I couldn't find it, and I had a game approaching so I jumped ship, sorry.

AshDevFr commented 1 year ago

I'm having the same issue, anybody was able to figure out how to fix that?