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.
Solution:Jump to solution
Solved: the problem was not related to Sapphire.
I had to allocate a persistent CPU...
2 Replies
Further:
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. Refer to the first screenshot
Solution
Solved: the problem was not related to Sapphire.
I had to allocate a persistent CPU