File permission issue while running the app from server #3181
Unanswered
maskeynihal
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After the deployment is completed and running the app from the server, there is file permission issue
I solved this by changing the ownership
sudo chown -R www-data:${USER} /var/www/project/shared/storage/
Did I miss anything for the permission setup?
Beta Was this translation helpful? Give feedback.
All reactions