TypeError: Cannot read properties of undefined (reading 'redirectURLBase')
Getting this error after installing the latest version of "@kinde-oss/kinde-auth-nextjs".
Terminal saying: Error [ERR_HTTP_HEADERS_SENT]: Cannot append headers after they are sent to the client
Any ideas?
4 Replies
Just saw that there is a PR to solve this issue: https://github.com/kinde-oss/kinde-auth-nextjs/pull/166
GitHub
fix: add optional chainings to handleMiddleware function to avoid r...
Adding optional chainings to avoid raising a TypeError
Since the commit 817d1b3 that was uploaded a day ago, a TypeError appeared with a simple setup of a Nextjs project and this library, specifica...
Released
2.2.10
with this mergedWorks perfect. Thanks!
Thanks for letting me know