Subject: Assistance Needed with TypeScript Error in Kind Auth Implementation
Hey there!
I hope this message finds you well. I'm currently using Kind Auth for the first time, and I've encountered a TypeScript error while trying to access a protected route.
Following the Next.js starter kit, I've set up the protected route at
/dashboard
/dashboard
. However, every time I attempt to access it, I'm confronted with the following error:
Server Error TypeError: Cannot read properties of undefined (reading 'value')