i can’t upload images when using the panel.
i don’t get any error or so… i just see the spinner for some time and the it redirects me to the login page. after relogin the file is not uploaded.
i use cloudflare infront with https… i disabled it and all options and tested again… same behavior.
i can see in the networ inspector panel that the request to upload?csrf=xxxx is made, than i get 2 request to /edit and the the login page appears.
i removed the auth filter in the upload route and commented the redirect in the upload action…
The kirby_session_auth gets still deleted after /upload was called.
I did have a problem creating my account as well, had to make a patch for that. Not sure if it might be related, but I tried the upload with and without the patch.
actually i could not find any informations about nginx setup in the docs… maybe it would make sense to add some words… if you tell me where i would like to make a PR.