I’m unable to upload any files through the panel when the website is running on the server. This is surprising because it was working before, but now I’m getting an error.
In the browser console, I see this message:
{"status":"error","message":"Unauthenticated","code":401,"exception":"Kirby\\Exception\\AuthException","key":"error.auth","file":"\/kirby\/config\/api\/authentication.php","line":14,"details":[],"route":"(account|pages\/[^\/]+|site|users\/[^\/]+)\/files"}
I’ve checked other forum posts and my PHP settings are:
- max_execution_time: -1
- memory_limit: 4000M
- post_max_size: 512M
- upload_max_filesize: 512M
Site details:
- PHP 8.1.32
- Kirby 4.8.0
- Server: Apache
Thanks in advance