-
it works perfectly if login to admin panel via vercel build, but it return 404 if i try to login via localhost. I've checked everything - env is filled correct, git auth is fine too. And it is totally clear example from this repo. |
Beta Was this translation helpful? Give feedback.
Answered by
avitorio
Nov 24, 2023
Replies: 1 comment 2 replies
-
You are missing the I think that's the issue. Let me know if it solves it. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Juneiak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are missing the
outstatic
part in your localhost auth callback url: http://localhost:3000/api/outstatic/callbackI think that's the issue. Let me know if it solves it.