Having some trouble debugging this. I get this error always when i first start my app up, then intermittently thereafter. Could someone please help me by throwing out some d
I also encountered this issue when i switch from development to production.
After i do collectstatic it worked normal again, my guess is it's missing static dir path for production
do this before you switch to production environment
python manage.py collectstatic