a year ago
Project ID: 5cf4be6f-cd84-4fd7-a310-f55f9658d877
Hi,
I realize this may not be a railway-specific problem, but I don’t know where else to start. I have a Discord bot written in Node. When I run “npm start” on my dev machine, I can see that it works as expected, responding to slash commands. Yesterday, I deployed to Railway, and I also saw the server responding. Today, I see that the app crashes a few times due to an issue with a Google API I was using. No problem, I’ll fix that later. I redeployed the app and restarted the container. It appears that the discord login was successful, and I can see the bot as online in discord, but now slash commands never reach the railway worker, and the slash commands fail due to no response.
Any ideas why my application might have become inaccessible? Is there any way for me to see if my app is running and accepting requests, aside from the log output? Do I need to enable some setting to allow the discord bot to be accessible?
Thank you for any help!
3 Replies
Well, I guess I got “an” error on development and after fixing that it seems to have recovered. I think some part of the Google authentication was timing out over the course of 15 minutes, so I never really saw the error while I was trying to debug.
a year ago
!s
Status changed to Solved brody • over 1 year ago