after developing my current project on my local machine, I deployed everything on a live server (protected by a .htpasswd file), so some other people could test the front end.
The Kirby installation is located in root/beta and the site’s URL is beta.domain.com
SSL is activated.
I have separated panel users (default Kirby users) and front end users (using the excellent lcd344/userManager plugin).
The front end part is running and behaving like expected.
The panel part, however, is buggy. I can log in and see the panel, but whatever I do next, I’m redirected to the panel/login page and thus I have to log in again.
Does anyone recognize this problem or have a possible solution for me?
Thanks
As I understand it this tells Kirby to generate https urls for things like image src urls, page links, file links etc. It does not force the server to use https. The best way to do this is here on Kirby Secrets.
So, the problem reappeared and didn’t go away anymore. One detail: it only happened in chrome.
After hours of searching a possible solution, I finally found it. I’m posting it here in case someone else is experiencing the same issue:
TLDR: a missing favicon.ico might cause panel session problems in Chrome. Add a favicon.ico and your troubles might be (mine were) gone instantly.