-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I am having some challenges with getting the bot up and running correctly.
It appears that all components are installed correctly; however, the rabbitmq instance does not login with the username and password set in .shared.env, I get a "login failed" error message.
I set the rabbitmq details as below (ive masked my actual details for security purposes.). But have verified multiple times that I am using what I entered in env. I've also reviewed instructions.
RABBITMQ_USER=myuserhere
RABBITMQ_DEFAULT_USER=myuserhere
RABBITMQ_PASSWORD=mypasshere
RABBITMQ_DEFAULT_PASS=mypasshere
In logtail, I can see that the application is waiting for the discord link that was emailed to me; however since I can't get into rabbitmq, there is no way to proceed.
Logtail output to show everything else is running correctly.

