Hi everyone, I’m working on a client website using Kirby CMS. The site is:
- https://outerwoman.xyz
- Kirby Version: 4.7.1
My client keeps having trouble logging into the panel when using public networks, like at the Staatsbibliothek. From home, it works fine. Here’s what she wrote:
“I’m at Staatsbibliothek and again I can’t login. Does this bug have to do with logging in from networks other than my home Wi-Fi?”
When trying to log in, she gets a 404 error for /api/auth/login. Here’s the error from the browser console:
{
"status": "error",
"message": "No route found for path: \"auth\\/login\" and request method: \"GET\"",
"code": 404,
"exception": "Exception",
"key": null,
"file": ..\/..\/..\/..\/..\/..\/..\/..\/..\/mnt\/web109\/d0\/99\/53593999\/htdocs\/Http\/Router.php",
"line": 185,
"details": [],
"route": null
}
This issue doesn’t occur when logging in from her home Wi-Fi, which suggests the problem may be related to network restrictions maybe ?
My Questions:
- Has anyone else run into similar issues with public networks and Kirby’s panel?
- Would updating to the latest Kirby version help here?
- Is there anything I can do to make sure the panel is always accessible, regardless of the network?
Thanks in advance for your help!
Sophia