jessebs
jessebs
KKinde
Created by jessebs on 2/21/2024 in #💻┃support
next.config.js Kinde Env Vars
We’ve basically moved the logic of determining urls into our build pipeline
14 replies
KKinde
Created by jessebs on 2/21/2024 in #💻┃support
next.config.js Kinde Env Vars
Yes but we've worked around it in our solution
14 replies
KKinde
Created by jessebs on 2/21/2024 in #💻┃support
next.config.js Kinde Env Vars
We're using the pages router so it looks a bit different. it's at api/auth/[...kindeAuth].ts
import { handleAuth } from "@kinde-oss/kinde-auth-nextjs/server"
export default handleAuth()
import { handleAuth } from "@kinde-oss/kinde-auth-nextjs/server"
export default handleAuth()
14 replies
KKinde
Created by jessebs on 2/21/2024 in #💻┃support
next.config.js Kinde Env Vars
Hi Viv, No - i still get the same error. I previously had KINDE_ISSUER_URL set through an environment variable, which is why it wasn't part of the example.
@kinde-oss/[email protected] [email protected] (pages router)
14 replies
KKinde
Created by jessebs on 2/21/2024 in #💻┃support
next.config.js Kinde Env Vars
Thanks. That's similar to the logic I am trying (not using vercel, deploying to AWS amplify so it's a bit more complicated), but to get down to the root of the problem, i wanted a minimal illustration, which is what i posted.
14 replies