The bot turns on, but the website says "BUILDING".
cls5162
TRIALOP
a year ago
The bot turns on, but the website says "BUILDING". After a few minutes, it just turns off due to Bulding time out
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
a year ago
You're running the bot during build and also installing with pip during start.
Remove the install command and replace it with the build command, removing the build command in the process.