You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting a checks.state argument is missing. All my variables, etc are setup just fine. Could this be a Heroku related issue? Using them to deploy.
This doesn't work in incognito either.
Reproduction
After login, this jumps to the callback page and then I see a blank page with checks.state argument is missing as the only text on the page.
Url is formed as so {path-to-site}.com/api/auth/callback?code={random-hash}&state={random-hash} where the random-hash are fully formed random alphanumeric strings.
Console says
Failed to load resource: the server responded with a status of 400 (Bad Request). callback:1
This is my code under pages/api/auth/[...auth0.js]
Description
I keep getting a
checks.state argument is missing
. All my variables, etc are setup just fine. Could this be a Heroku related issue? Using them to deploy.This doesn't work in incognito either.
Reproduction
After login, this jumps to the callback page and then I see a blank page with
checks.state argument is missing
as the only text on the page.Url is formed as so
{path-to-site}.com/api/auth/callback?code={random-hash}&state={random-hash}
where therandom-hash
are fully formed random alphanumeric strings.Console says
This is my code under pages/api/auth/[...auth0.js]
Environment
Using Heroku to deploy this project
The text was updated successfully, but these errors were encountered: