Custom verifyRequest page tries to open auth verify-request endpoint #7623
Unanswered
geekyayush
asked this question in
Help
Replies: 5 comments
-
Any help please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
any answer please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
same problem.... |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1, same problem. Anyone find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same issue here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
System:
OS: Windows 10 10.0.22621
CPU: (16) x64 12th Gen Intel(R) Core(TM) i5-12500H
Memory: 1.02 GB / 15.63 GB
Binaries:
Node: 18.16.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.19 - C:\Program Files\nodejs\yarn.CMD
npm: 9.5.1 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.22621.1702.0), Chromium (113.0.1774.42)
Internet Explorer: 11.0.22621.1
Reproduction URL
https://github.com/nextauthjs/next-auth-example
Describe the issue
I have defined a custom verifyRequest page in
AuthConfig
like this:But after trying to login via magic link, it opens up the following URL in client side:
Could it be because I am using a combination of
auth/core
andnext-auth
?auth/core in edge function and
next-auth/react
in the frontendHow to reproduce
verify-request.tsx or jsx
in pages directory.verifyRequest: "/verify-request"
in pages property ofAuthConfig
.Expected behavior
It should redirect to the following URL:
Beta Was this translation helpful? Give feedback.
All reactions