Session storage is not writable

Hello,
I’m getting this error when trying to access the panel on a site hosted in Digital Ocean.

The session storage directory "/var/www/html/site/sessions" is not writable

Has someone ever experienced that?
Homepage works properly but I can’t access the panel.

Tried changing the user permissions but nothing changes.

Thanks,

You have to make sure that permissions and ownership are correct:

So assuming you are in the parent directory of your project directory:

chmod -R www-data:www-data ./kirby-project
1 Like

Hi, is this for Linux?
How can I do this in Windows?
Thanks