Sam
503 error after adding TailwindCSS into my project
So I recently decided to style my website with tailwindcss as vanilla CSS was becoming quite. tedious, however now when railway tries to deploy my project I am getting a 503 error "Application failed to respond". I have collected the static files for the tailwindcss files, however in development, I have to run
python manage.py tailwind start
to get the tailwind stuff to load. In my deployment logs, there is an ModuleNotFoundError: No module named 'theme' , which is part of the tailwind configuration. For reference, I followed this guide: https://django-tailwind.readthedocs.io/en/latest/installation.html7 replies
Can't connect Railway app to Cloudfare DNS
Hi,
I am having a problem connecting the DNS settings given to me by Railway to Cloufare, which now handles my DNS settings. I tried entering the information given to me by Railway, but Cloudfare says that a record already exists (but when I search all my DNS records, none of them match the information given by railway). Any advice or troubleshooting feedback is appreciated!
24 replies
Connecting custom domain to railway project
Hi all, I am new to using railway and connecting domains and such. I bought a custom domain from Godaddy, let's call it www.mywebsite.com and want to have it so that when people go to that domain, they see the project that I created on railway. I tried going into my project's settings and adding the custom domain and then changing the CNAME to the provided information within my DNS settings in GoDaddy, but this did not work.
8 replies