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
I keep getting "Stored tokens do not match!" for the callback URL. I think it's because code and state from const { code, state } = request.query; are undefined. I can't find my way around this. Any suggestions?
The text was updated successfully, but these errors were encountered:
I closed the project down. Opened it up again, ran "firebase serve" in the terminal and opened the first link. After this I received the message no longer.
I keep getting "Stored tokens do not match!" for the callback URL. I think it's because
code
andstate
fromconst { code, state } = request.query;
areundefined
. I can't find my way around this. Any suggestions?The text was updated successfully, but these errors were encountered: