Cannot read properties of undefined (reading 'isKeyObject')
After integrating the @sidebase/nuxt-auth (next-auth) api handler at
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
server/api/auth/[...].ts, I'm getting the following error during netlify build: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.