NuxtN
Nuxt13mo ago
9 replies
-

Cannot read properties of undefined (reading 'isKeyObject')

After integrating the @sidebase/nuxt-auth (next-auth) api handler at server/api/auth/[...].ts, I'm getting the following error during netlify build:

TypeError: Cannot read properties of undefined (reading 'isKeyObject')
    at file:///opt/build/repo/.netlify/edge-functions/server/server.js:1:248573


What could be the cause and how to resolve it?

I tried to debug this and the isssue is probably coming from next-auth and possible related to jose package.
Was this page helpful?