#discord linking

1 messages · Page 1 of 1 (latest)

forest thicketBOT
#

It seems that you haven't set up discord 0auth correctly, but fear not, the docs come to the rescue! https://controlpanel.gg/docs/Installation/additional-configuration#discord-auth

Extra information about URL Formatting
Any URL saved in your settings should never end with a /slash; controlpanel adds this / automatically to any URL, adding an extra
/ will break the URL!

GOOD Example:
https://controlpanel.gg
BAD EXAMPLE:
https://controlpanel.gg/

When configuring discord-auth, we will automatically use your APP_URL to create the appropriate URLs needed for discord-0auth. Make sure your URLs are correct!

When using SSL-Encryption (https://) double-check that all your URLs start with https:// instead of http://

After editing the .env File you have to clear the Cache:

php artisan cache:clear
php artisan config:clear
nimble orchid
#

i tried it and it didnt work