discord-tickets / bot

The most popular open-source and self-hosted ticket management bot for Discord - a free alternative to the premium and white-label plans of other popular ticketing bots.
https://discordtickets.app
GNU General Public License v3.0
903 stars 473 forks source link

[V4] [DOCKER] Looping at OAuth2 Discord page #412

Closed Uzurka closed 1 year ago

Uzurka commented 1 year ago

Describe the bug Connecting to the web panel : Discord login page shows up After connected to discord, looping to the "allow and continue" window

To reproduce Set up the v4 of the bot with Docker and use Traefik as a reverse proxy

Expected behaviour After alowing discord, get back to the page with the "click here to access settings panel" showed up

Screenshots

Additional context

Uzurka commented 1 year ago

For the ones who are meeting this issue, this is quite a dumbass one, even if i spent hours modyfing my reverse proxy configuration. The CrossSite Cookies must be set to Lax. @eartharoid already fixed it up, but if your container is created still a long time, files aren't updated for a simple reason : Config is stored in a volume. All i had to do is remove the volume ticket-bot:/usr/bot from my docker-compose file. The datas aren't persistent anymore, and will be updated with future docker build commands.