Hey, this days I’ve been trying to deploy a website using django-channels with daphne, the problem is that my static files doesn’t charge in my deployed page.
I tried using whitenoise, but it doesn’t work with daphne either so I don’t know what to do because my collectstatic works but it my page doesnt read it beacuse of daphne.
I’m using railway for deployment btw.
Thanks.