Replies: 1 comment 1 reply
-
Hey did you manage to find a solution to this? Just got the same error. I'm not in "live" mode yet, just development mode. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
System:
OS: Windows 10 10.0.22000
CPU: (6) x64 Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
Memory: 8.96 GB / 15.93 GB
Binaries:
Node: 16.14.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD
npm: 9.3.1 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.22000.120.0), Chromium (111.0.1661.51)
Internet Explorer: 11.0.22000.120
Reproduction URL
https://instagram-login-kohl.vercel.app/
Describe the issue
When i try to authorize a feed using NextAuth Instagram provider, i got the error: "Invalid redirect_uri".
I registered the url "https://instagram-login-kohl.vercel.app/" on my instagram "Valid OAuth Redirect URIs" option on Meta for Developers.
My app is current with "Live" option enabled.
How to reproduce
[...nextauth].ts
index.tsx
Expected behavior
Authorization works, going back to my redirect_uri successfuly
Beta Was this translation helpful? Give feedback.
All reactions