#deployment not working

20 messages · Page 1 of 1 (latest)

slim whaleBOT
#

Project ID: 2529b9b6-a4e4-4fb0-a862-dce238a3d915

minor cairn
#

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??

desert swan
#

check ur files bud

desert swan
#

might be due to some typo or smth yk

minor cairn
#

So actually after waiting a while things, "retry later", were fine. Thanks for the help though!

minor cairn
#

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

minor cairn
#

Could it be a size issue of the app with the free/intro subscription???

lucid estuary
minor cairn
#

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}

lucid estuary
#

Did you follow the instructions above?