Error production.ERROR

Hi, I got this error in the logs, and my librenms is very very slow.

when I try to load the librenms page, I get this:

Pls, can someone help me.

hi,
did you tried to increase Nginx Timeout?
this helped me

I have to increase timeout here?

https://docs.librenms.org/Installation/Installation-Ubuntu-1804-Nginx/

just add/inrcrease values
"

 proxy_read_timeout 300;
 proxy_connect_timeout 300;
 proxy_send_timeout 300;

"

i hope this helps :slight_smile:

I already add what you indicated, but now it throws me this error.

please run ./validate.php

Hi,
done

image

It is constantly throwing error, 504 gateway, and different errors appear in the logs, sometimes it loads the librenms page and sometimes it doesn’t.

This topic was automatically closed 186 days after the last reply. New replies are no longer allowed.