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've been following this youtube tutorial code by code. This tutorial teaches how to create a chat application using getstream-io with registration and authentication. After creating the sign up/login form the same way as the tutorial, when I clicked sign up, nothing happened and instead printed these two error in my console:
It's been a while, therefore I'll be closing this issue for now.
Please don't hesitate to contact us in the future if this issue or any questions arise.
I've been following this youtube tutorial code by code. This tutorial teaches how to create a chat application using getstream-io with registration and authentication. After creating the sign up/login form the same way as the tutorial, when I clicked sign up, nothing happened and instead printed these two error in my console:
This is my Auth.js code for the controllers in my server side:
This is the auth.jsx file in my client side:
And this is the index.js code in my server folder:
I followed everything the tutorial says, but he didn't encounter such problem like mine. I'm not very knowledgeable in debugging, so... any help?
The text was updated successfully, but these errors were encountered: