sylvainjule / kirby-backups

Manage backups from the Kirby panel
MIT License
37 stars 2 forks source link

Failed backup #12

Closed psntr closed 1 month ago

psntr commented 1 month ago

Hi,

I'm running on a strange issue when trying to run the backup from the panel, this message shows up after about 20sec after I initiated the backup:

{"status":"error","message":"Unauthenticated","code":401,"key":"error.auth","details":[]} the address on the browser is "https://mywebsite.com/api/backups/create-backup".

I tried to increase some limit on my php.ini but no chance:

memory_limit = 256M
post_max_size = 256M
upload_max_filesize = 256M
max_input_time = 600
max_execution_time = 600

Any idea how to solve this?

psntr commented 1 month ago

Closing the issue, sorry for the disturbance, the server didn't save my php.ini properly hence the error above…