-
Notifications
You must be signed in to change notification settings - Fork 15
Login loop. Session/Cache/Cookie issue? #203
Comments
Check the contents of |
Hi! I've got a LibreNMS install on a Ubuntu box. The box hosts some sites (behind an NGINX proxy) and the LibreNMS install is working fine. I access it on a subdomain, and I've installed LibreNMSv2 on the same box. I've added another subdomain in the NGINX configuration, for the v2 install, and I get a nice login page. The lavarel.log only has the error related to the CACHE_DRIVER=file issue: |
Try adding a new user with the V2 command I'm not sure the password hashes are compatible anymore... |
Okay! Well, that worked. Still had to change the CACHE_DRIVER to array, else I get an error on login. I'm going to play around with it some more later today. Thanks! |
Most pages aren't built. Looking g at changing things to use vue.js more. |
Please note
LibreNMS v2 is in early stages of development, please keep that in mind. Things may not work correctly but could be actively being worked on.
If you have simple questions it's probably easier to jump on our IRC channgel on Freenode: ##librenms
Before submitting an issue
It's worth ensuring that you are up-to-date:
Hi! Wanted to take a peek at the LibreNMS V2, so tried following the install guide...
Upon running
php artisan librenms:migrate-settings
I get the error:I've searched around some, and when I change the .env variable
CACHE_DRIVER=file
toCACHE_DRIVER=array
, the migrate settings works...However, when I navigate to the page, I get the login screen, but when I enter credentials, I have to log in again. So it seems the cache/session isn't working. Any pointers in what to modify and where to get this to work? :)
The text was updated successfully, but these errors were encountered: