Closed ilrein closed 7 months ago
Weird, it works for me locally though. Did you set everything right in the Discord app?
Now I feel silly. It worked for me for the first time. Odd.
Discord redirect_uri
does not matches with the actual project domain
Probably this will not be a problem in production, but since there's no config value to send in auth/discord.ts, this will need more workarounds than necessary. There's a minimal way to replace theses settings without removing the port number in development environment?
Hello, I was giving discord a try:
Inside of
~/server/api/auth/discord.get.ts
I haveI am able to load the discord authorization screen, but when it performs the callback, I get an error:
Any ideas?