401 means unauthorized, it happens when the sessions expires or if it happens constantly is because your sessions aren't working properly. You can tweak the session variables to pick another directory using CHEVERETO_SESSION_SAVE_PATH.
It looks like Chevereto is unable to write to the directory /home/resim/public_html/, which is usually caused by incorrect permissions or misconfiguration of the asset storage path.
The default settings point to the public application path that might not be writable on your server. You can resolve this by either adjusting the permissions (using chown) on the directory or updating the chv_settings table in your database to point asset_storage_bucket and asset_storage_url to a directory that is writable on your server.
401 means unauthorized, it happens when the sessions expires or if it happens constantly is because your sessions aren't working properly. You can tweak the session variables to pick another directory using CHEVERETO_SESSION_SAVE_PATH.
401 means unauthorized, it happens when the sessions expires or if it happens constantly is because your sessions aren't working properly. You can tweak the session variables to pick another directory using CHEVERETO_SESSION_SAVE_PATH.