rdickert
Explore posts from serversTTCTheo's Typesafe Cult
•Created by rdickert on 6/27/2024 in #questions
Using nextauth discord with vercel deployments
@lanc3 Oh wow, that's cool, thanks for pointing me there. For anyone following, here's the auth proxy
8 replies
TTCTheo's Typesafe Cult
•Created by rdickert on 6/27/2024 in #questions
Using nextauth discord with vercel deployments
Hey, thanks for the reply! I think the issue is not solveable from the env var side though - I think nextauth is already sending the matching login redirect, so that info is probably already being accessed by the package. The problem is that Discord won't recognize that URI - I have to input it manually in their dashboard and they don't accept wildcards. I did find a possible workaround using
alias
for anyone that runs into this. I think I will set this aside in my own work since this isn't central to my application.8 replies