Am I trying to deploy the static site right now and I have come across this error on the build logs:
PermissionError: [Errno 13] Permission denied: '/home/user'
Error while running '$ python manage.py collectstatic --noinput.
Yet am I deploying it on my own account
So when back into PyCharm and ran python manage.py collectstatic --noinput.
This came up
OSError: [Errno 6] No such device or address: '/home/user/Projects/Project/porject_sock.sock'
Although I have successfully deployed my nginx server via following this tutorial: How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 20.04 although I needed chdir to successfully make it work.
I tried the chmod nothing changed. I haven’t done anything further that.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Update: I deleted the app, started again from another project, got managed db and everything went away successfully built and deployed.
Click below to sign up and get $100 of credit to try our products over 60 days!
I delete the offending sock file. The error 12 is there.