State Not Found
Hey folks, I'm getting this error here on Vercel Preview deployments. Prod seems to be fine. Wondering if anyone can help.
{"error":"Error: State not found.\nTo resolve this error please visit our docs https://docs.kinde.com/developer-tools/sdks/backend/nextjs-sdk/#state-not-found-errorAuthentication flow: Received: 5bb2f205dff994476b08d5fa2982 | Expected: State not found"}
I do have the the following on my next.config.mjs:
/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
KINDE_SITE_URL:
process.env.KINDE_SITE_URL ??
https://${process.env.VERCEL_URL}
,
KINDE_POST_LOGOUT_REDIRECT_URL:
process.env.KINDE_POST_LOGOUT_REDIRECT_URL ??
https://${process.env.VERCEL_URL}
,
KINDE_POST_LOGIN_REDIRECT_URL:
process.env.KINDE_POST_LOGIN_REDIRECT_URL ??
https://${process.env.VERCEL_URL}/experiments
,
},
};
export default nextConfig;Kinde docs
Next.js App Router SDK
Our developer tools provide everything you need to get started with Kinde.
5 Replies
I think I've found the issue,
prefix-text-text-suffix.vercel.app
How do we create a wildcard that fits this?
want to capture the "text-text"
Hey, thanks for reaching out and awesome to hear you found the issue.
These docs will be able to help.
https://youtu.be/ZNuE7CkB6ck?si=dRTuP6Sr9Qr-CzMj
https://docs.kinde.com/get-started/connect/callback-urls/#wildcards-in-callback-urls
These docs will be able to help.
https://youtu.be/ZNuE7CkB6ck?si=dRTuP6Sr9Qr-CzMj
https://docs.kinde.com/get-started/connect/callback-urls/#wildcards-in-callback-urls
Hey Andre - first thank you for responding!
I've actually seen those, my particular questino is that I don't think currently wildcards support two "-" in the middle.
Quick question, would you know if there are specific documentatino for the management JS library?
https://github.com/kinde-oss/management-api-js/
GitHub
GitHub - kinde-oss/management-api-js: javascript package for intera...
javascript package for interacting with the Kinde Management API - kinde-oss/management-api-js
Nvm looks like it's in the spec. 🤣 Re first question if you dont have a quick answer it's fine, Vercel provides 2 Preview URLs
Hi House
Glad to hear you found the answer in the spec! 🎉 Regarding your first question about wildcards not supporting two
Glad to hear you found the answer in the spec! 🎉 Regarding your first question about wildcards not supporting two
"-"
in the middle—just checking in, do you still need clarification on that, or are you all set?
Let me know if there's anything else I can assist with