Organizr Login Error
Login Error - API Connection Failed
Summary
This seems to be coming up more frequently lately. The Organizr logs will look like there was a successful login. If you are reverse proxying Organizr, you may see the following error in your NGINX logs:
Solution
With a reverse proxy, this seems to be a two step process to fix. If you're not using a reverse proxy skip to the next one. First adding (or increasing the limits if you have this set already, check your proxy.conf
) like the following:
The second part and the part if you're not reverse proxying and just running it native, you may see this in the logs:
And this needs to go in the NGINX config where your Organizr is in the PHP block (if you are on the new organizr/organizr
container, we have added this now):
Last updated