You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fresh install using the provided docker-compose.yaml file. When trying to sign in I get this error.
{"redirect_uri": ["Not a well formed URL."]}
I'm sure it has to do with the bot configuration in the discord developer portal but I can't find any information about what to set the Oath settings to.
The text was updated successfully, but these errors were encountered:
In the provided docker-compose.yml, you can find the configuration for the bot as environment variables. There is a variable called YURI_WEBSERVER_PUBLICADDRESS. This needs to match the domain you are setting in the Discord developer portal in the OAuth2 Configuration of your bot.
If you still have problems, could you please share the value you've set for YURI_WEBSERVER_PUBLICADDRESS? Feel free to retract the domain if you don't want to share it publicly.
I have a fresh install using the provided docker-compose.yaml file. When trying to sign in I get this error.
I'm sure it has to do with the bot configuration in the discord developer portal but I can't find any information about what to set the Oath settings to.
The text was updated successfully, but these errors were encountered: