Deployment stuck at "starting" for 5+ hours
My railway deployment has been stuck at deployment after building, what might be the problem?
8 Replies
Project ID:
N/A
Well that seems like an issue with your app
agree with fragly.
stuck is the wrong word, the state is marked as completed meaning your app exited without an error, this would be a code issue.
i would recommend adding verbose logging to your app in order to find out whats happening.
I added logger.debug() statements but those didn't show up. How do I add verbose logging?
make sure you are logging unbuffered to stdout or stderr
will do, thanks
Also, I was previously getting an error from using selenium's chrome webdriver. How do I set up chrome webdriver on railway?
no clue sorry, I've never done it because a lot of what selenium is used for goes against the railway tos
Nw, thanks!