You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like accessing token for users verified via google auth is not working, The req.params.userId and the req.user.Id are never matching, and is always throwing the error message and status code passed to the errorHandler function
The text was updated successfully, but these errors were encountered:
i think you should use console logs to check everytime you uses userId both in frontend and backend then check which where it is not matching i think that will solve it
It seems like accessing token for users verified via google auth is not working, The req.params.userId and the req.user.Id are never matching, and is always throwing the error message and status code passed to the errorHandler function
If you are facing issue in production , I think you can check if the domain is authorized in firebase authentication or not.
It seems like accessing token for users verified via google auth is not working, The req.params.userId and the req.user.Id are never matching, and is always throwing the error message and status code passed to the errorHandler function
The text was updated successfully, but these errors were encountered: