#deployment not working
20 messages · Page 1 of 1 (latest)
ok I have made some progress, it seems to deploy but when I click the login link I get a blank page which says "retry later"
So none of the links work??
check ur files bud
might be due to some typo or smth yk
So actually after waiting a while things, "retry later", were fine. Thanks for the help though!
So ... the problem is still occurring!
Note I am using the railway intro level
The code worked well on Heroku but is very slow to render pages on Railway after clicks.
An Example: on the welcome page the is a contact form which when clicked renders a form which then sends an email. Once finished and through the recaptha it should return the users to the welcome page.
Instead you get a white page with retry later at the top left.
If you wait a minute and refresh the page sometimes it will return to the page as expected.
The same seems to be occurring with page links for sign up and login in from the welcome page.
I just set up my Railway account a couple days ago, and this is my first try with depolying an app.
I am using the intro plan
Could it be a size issue of the app with the free/intro subscription???
Not likely, have you followed the instructions here? https://docs.railway.app/deploy/exposing-your-app
so this is the procfile for Heroku, should this not work?
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
Did you follow the instructions above?