I am experiencing a quite strange bug. After some improvements in my newest project, i updated to the newest kirby version 3.8.3 and since then, i cant login to the panel anymore.
The error says “Ungültige Zugangsdaten” ~ Wrong login credentials
opening the console shows:
index.js:1
{status: 'error', message: 'Ungültige Zugangsdaten', code: 403, exception: 'Kirby\\Exception\\PermissionException', key: 'error.access.login', …}
code
:
403
details
:
[]
exception
:
"Kirby\\Exception\\PermissionException"
file
:
"../../../../../../../homepages/23/d537893121/htdocs/ziski/fida/kirby/src/Cms/Auth.php"
key
:
"error.access.login"
line
:
566
message
:
"Ungültige Zugangsdaten"
route
:
"auth/login"
status
:
"error"
[[Prototype]]
:
Object
the thing is: from a regular browser tab, the error appears. When i try to login from the private mode of chrome, the login works.
i tried nearly everything:
- deleting cache folder
- deleting media folder
- deleting sessions
- deleting accounts and re-created them
- deleting accounts and create a new one form panel installation
Update:
i thought maybe my password manager plugin is responsible for this issue, but turning it off did not solve my problem.
I deleted all accounts now and created a brand new one in the installation. After logging out again i cant access with the same credentials.
i make several new kirby pages a year and this problem only occurs in one installation. every other page can be accessed just fine…
everytime, the login wont work again, except for chrome private tab (inkognito)
has anyone an idea?
Best regards
Frank