Closed strikerlord closed 7 years ago
Yes, that has to do with the service not being able to locate the session files. Sessions are stored in the /sessions folder, does your service have permission to write and read there? Try CHMOD'ing the project and its files.
Turns out to be an issue with Windows. The web interface doesn't seem to work if the service is hosted on a Windows operating system and this has been noted in the README.md .
There is a workaround: as long as you do enough login attempts you will pass through the authentication. it also helps to switch to another URL for the admin panel and switch back to the login page: localurl:8080/login - do login attempt - fail - request localurl:8080/index - request localurl:8080/login - try again and repeat as needed. 3 tries usualy does it.
This doesn't work....
This doesn't work....
Hmmm, even after I migrated it to a Server 2019 evaluation copy this worked (better even) on Firefox. Different browsers do tent to give different results on that.
Once i have the program launched and i go to localhost:8090 (changed the port) and i want to log in it reroutes me back to the login page. I simply can't seem to log in....
would this be something to do with the Session file store that isn't found?