Saltar al contenido

Django Manifest with Elastic Beanstalk Docker Platform

0

I have my application running on Elastic Beanstalk with Docker Platform and I am using my own nginx container. Recently for serving static files I used Manifest django tool which is successfully running but after deploying this tool I am getting this on my web

web console

I wanna tell you that the staticfiles.json is perfectly being created in my staticfiles folder and the new versions of my static files are perfectly being generated. Here is my settings.py settings.py

And here is my urls.py urls.py I even tried not in if statement cuz my app holds

DEBUG-False

on elastic beanstalk.

The logs are saying nothing - Please HELP!!!

preguntada hace 2 años388 visualizaciones

1 Respuesta
0

Hello.

What does it look like in normal condition?
Also, can you check your browser's developer tools to see if there are any errors in displaying the image?

EXPERTO

respondido hace 2 años

  • I updated the answer with inspect logs. Please check

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.