4 months ago
Hello guys
Just curious what is the best way to deploy a Wordpress app on your platform.
I have had to do multiple deployments and deleting them before being successful..
Key to note::
I can deploy same app on 2 services calling the same repo.. The deploy process was just failing... second one went through after deleting the first one.
What am I supposed to do if I lose db connection? Tried all the db variables to no success... until I deleted everything + volume for success :-) . Some guide would be resourceful. otherwise I now have a running success
2 Replies
4 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
4 months ago
Were there any error logs during deployment?
Make sure that your database service doesn't have serverless enabled. You should be using the
railway.internalhost to connect to your database (You can also just useDATABASE_URL).