Troubleshooting: [setAuthCookies] Failed to verify the ID token. Cannot authenticate the user or get a refresh token. #569
Replies: 2 comments 1 reply
-
@jimjeffers Thanks for the detailed info! It's interesting that this doesn't have more info in the logs. The The most direct way to see what you're running into would be to log the error created here. If possible, could you try cloning this repo, modifying that catch block, and running a local version of this library in your app? Here's an overview of how to do this: |
Beta Was this translation helpful? Give feedback.
-
I was struggling with the same problem today. It turned out to be my
There are some quick solutions to this in #95. Hopefully this is the same issue you're having. I'm now back on canary with Firebase 9 and it's all working as expected. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm successfully authenticating on the client side but my server side session repeatedly throws the same error:
I logged my request headers on the
/api/login
route to ensure the proper credentials are getting sent over and everything looks well:Any suggestions on how to diagnose or quickly make the necessary server side call manually to see why firebase or the auth framework is complaining here?
I'm using the following versions in my package.json:
Beta Was this translation helpful? Give feedback.
All reactions