No application encryption key has been specified? #495
Unanswered
elianmanzueta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got to work today and wasn't able to reach our LibreNMS web GUI, it was giving out a "502 Bad Gateway" error. I changed the base_url to something more specific as it was still set to the default, and things worked fine. After I saw the error, I reverted the base_url to the default but it's still giving me that same error.
When I run validate.php it's giving me this error:
===========================================
[OK] Installed from the official Docker image; no Composer required
[OK] Database connection successful
In EncryptionServiceProvider.php line 79:
No application encryption key has been specified.
I see that the encryption key is set in
librenms/.env
, and I even tried putting it in./librenms.env
but it's still giving the same error. When I try to do a curl on the server on localhost to port 8000, it gives me a(56) Recv failure: Connection reset by peer
.Anyone else go through this issue?
Beta Was this translation helpful? Give feedback.
All reactions