Closed Set1333 closed 6 years ago
/storage/oauth-public.key" permissions are not correct, should be 600 or 660 instead of 644"
Change it to 600, 660 and 644 and got this There is no existing directory at "/storage/logs" and its not buildable: Permission denied
These commands usually does it for me:
chmod 777 -R bootstrap/cache chmod -R 777 storage/ chmod -R o+w you_laravel_project_name/storage chmod -R o+w storage sudo chmod 755 -R you_laravel_project_name
chmod 777 -R bootstrap/cache
chmod -R 777 storage/
chmod -R o+w you_laravel_project_name/storage
chmod -R o+w storage
sudo chmod 755 -R you_laravel_project_name
/storage/oauth-public.key" permissions are not correct, should be 600 or 660 instead of 644"
Change it to 600, 660 and 644 and got this There is no existing directory at "/storage/logs" and its not buildable: Permission denied