raise ValueError(ValueError: Missing staticfiles manifest entry for 'images/favicons/favicon.ico'
django deployment with S3 bucket
I did collectstatic but still the error is coming. please help.
4 Replies
Project ID:
879835f5-57bd-4be1-b45f-3df0f619bbc9
879835f5-57bd-4be1-b45f-3df0f619bbc9
[2023-05-22 20:54:29 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2023-05-22 20:54:29 +0000] [1] [INFO] Listening at: http://0.0.0.0:7050 (1)
[2023-05-22 20:54:29 +0000] [1] [INFO] Using worker: sync
[2023-05-22 20:54:29 +0000] [9] [INFO] Booting worker with pid: 9
INFO 2023-05-22 20:54:30,434 apps 9 139744269330240 AXES: BEGIN version 5.41.1, blocking by IP only
/opt/venv/lib/python3.10/site-packages/whitenoise/base.py:109: UserWarning: No directory at: /app/staticfiles/
warnings.warn(f"No directory at: {root}")
This is the error i am getting
here is the railway provided django template
https://github.com/railwayapp-templates/django
and here are the docs for using whitenoise with django
https://whitenoise.readthedocs.io/en/latest/django.html
It is not helping.