Google Cloud Run not logging into the bot
Hello devs,
I am using Cloud Run to run a Discord bot docker image built like this:
Everything is defined properly, but
bot.login
doesn't seem to be registering in the Cloud Run, because neither .then
nor .catch
were called.
6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by staffFurther:
in the first deploy, there were problems with the token, so an error is properly logged.
But right now, there is no logging from Discord at all
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Yeah, is this not appriopriate?
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Got it