Hi all! I just setup a clean Redwood project, added Clerk per the docs, and am getting the following error: Error building context. Error: Exception in getAuthenticationContext: Cannot read properties of undefined (reading 'verifySessionToken')
Redwood 3.8
“@clerk/clerk-sdk-node”: “^4.6.0”
Node 16
From what I can tell, inside the Redwood auth decoder it looks like base
is undefined, which causes base.verifySessionToken
to fail. This issue just popped up yesterday on a work project, and as far as I can tell I didn’t change anything that would have caused the issue, but it’s totally possible I’m missing something. Thanks for the help!