After deploying the images are not showing and some pages have broken css.

DMDennis musembi5/15/2023
What could be the problem
DMDennis musembi5/15/2023
3fec6ca2-75a4-4a29-a64a-954602782e2c
Bbrody5/15/2023
what tech stack
DMDennis musembi5/15/2023
python django
Bbrody5/15/2023
is your start command running collectstatic?
DMDennis musembi5/15/2023
I run the command locally before pushing to GitHub. On the start command to sure what you are asking about.
DMDennis musembi5/15/2023
I added this railway.json file. it builds and deployed successfully. But now i get application failed to respond.
DMDennis musembi5/15/2023
it has now changed to crashed
Bbrody5/15/2023
error logs please
DMDennis musembi5/15/2023
no any error i can see
Bbrody5/15/2023
in deploy logs
DMDennis musembi5/15/2023
nothing too.
Bbrody5/15/2023
deploy again
DMDennis musembi5/15/2023
now there are errors
Bbrody5/15/2023
full deploy logs please
DMDennis musembi5/15/2023
DMDennis musembi5/15/2023
Bbrody5/15/2023
you need to modify the start command to start your app, you do not have a mysite folder, change that for what your actual folder is named (the folder that has settings.py)
DMDennis musembi5/15/2023
my bad I just changed that file without looking into details. Sorry. I have just been having hard time deploying this app for the last few days
DMDennis musembi5/15/2023
its up now but the images and css it not working still
Bbrody5/15/2023
are you using whitenoise correctly?
DMDennis musembi5/15/2023
all the white noise settings are according to this file. except for the static storage. am using Django static storage.
DMDennis musembi5/15/2023
white noise storage leads to internal server error with no error code or anything else. django storage works well in the local testing.
Bbrody5/15/2023
follow that doc so you can setup whitenoise properly
DMDennis musembi5/15/2023
ok.
DMDennis musembi5/15/2023
updated the settings file according to this but no result. I have this error now.
Bbrody5/15/2023
that just looks like a code issue now
DMDennis musembi5/15/2023
ok thanks alot