Discord OAuth break with unusual port configurations
KNOXDEV opened this issue · 2 comments
KNOXDEV commented
Running Andesite on a non-typical port, just as 8000 (the unconfigured default), will cause issues in the redirect url when attempting to log into Discord.
As we can see, the redirect url is being sent to Discord correctly:
...but Discord doesn't like port numbers in its redirect url:
Not sure what to do about this, since its mostly Discord's fault. Figured I'd better document the issue regardless of if we plan to fix it.
nektro commented
KNOXDEV commented
Good to know. Leave this issue intact and we should link to it in a future FAQ.