Hi all,
Iām quite new to working with Kirby and very new to the forum, so please excuse any rookie mistakes I may make here.
I set up a page for my choir using Kirby and up until now everything worked fine.
However, after I updated to version 2.5.7, I couldnāt access the panel anymore. When I tried to access it on https://[url]/panel I always got redirected to https://panel/login which doesnāt exist (the base part of the URL is missing - the redirect from https://[url]/panel to https://[url]/panel/login is the expected behaviour).
I have a link on the site that points to the panel and is created like this:
Panel
In the broken version, this link already points to the wrong URL, as described above. So the error seems to be somewhere in there. But even when I type in the correct URL, I still get redirected (via a 302) to the wrong URL where I get the 404.
I guess the redirect URL is generated in the same way and somewhere along this, an error occurs and the index() method returns an empty string. This makes the redirect URL only the suffix āpanel/loginā, and therefore it doesnāt work.
I found this thread: 404 on /panel page for setup but none of the solutions worked for me. Whatās strange is, that the site and the panel worked fine for about a year now, and the breaking commit is the one that only contains the kirby update.
I checked the .htaccess file, there were no changes made. I also made sure the file permissions are right. But now I donāt know what to do. Does anyone have an idea?
Any help is greatly appreciated.
Regards,
Jeremias