I’m getting this message when I try to log in to my site’s production panel: ‘Trying to access array offset on value of type int’. However, I can still access my panel by simply changing the URL to http://mysite/panel instead of http://mysite/panel/login, where I encountered the error message. This allows me to directly access the panel interface. It’s a temporary workaround for my client, but does anyone else have experience with a similar message?
I noticed that the Kirby folder deployed was heavier than my local version. I think I made a mistake, so I redeployed my entire installation, and now everything is fine. Therefore, I’m not sure where the error was exactly.