Next.js Discord

Discord Forum

Deployment not found

Answered
Sloth bear posted this in #help-forum
Open in Discord
Sloth bearOP
Hi, I am currently developing a simple App which uses Twitchs Implicite grant flow https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/#implicit-grant-flow to get an access_token which is then read client_side only. The problem is, that locally everything works fine, but once I deploy the app to vercel I get an DEPLOYMENT_NOT_FOUND error once I am redirected from Twitch to my app.
Answered by not-milo.tsx
Well, the link you're being redirected to is clearly non-existent or malformed
View full answer

5 Replies

Where does the error appear?
Sloth bearOP
Once I get redirected to a page which normally works (but with a fragment containing the access token)
Well, the link you're being redirected to is clearly non-existent or malformed
Answer
Sloth bearOP
Well, I'm dumb. Thanks mate. was a typo in the redirect URI...
It happens to all of us lol