Hey, I have a project with the latest version, deployed at vercel.
Error building context. Error: Exception in getAuthenticationContext: The Authorization header is not valid."}
I get this error whenever I try to call any useAuth function, and it fails. I do NOT get this error locally. I’ve tried redeploying, upgrading my packages, cleaning my cache etc. Anything other than the useAuth() functions work properly.
For instance, when signing up, a new user is successfully created, but isAuthenticated is always false due to the error above.
@jgal1@dthyresson Unfortunately I couldn’t get this error resolved. I checked the environment variables, including all my API keys and the session secret, but could not prevent the error. What I did after running out of solutions was that I reset my project to an older version that worked, and added the same code on top of it.
The working project right now uses redwood 7.7.3
Thanks for the Github issue @jgal1 I hope it gets resolved asap.