Skip to content
Advertisement

Tag: react-chat-engine

How to make a post request to create new users

I’m creating a chat app with react-chat-engine. And everything is working fine. Except for the fact that I don’t know how to make a post request to create new users. Here’s my code I’m trying to add a new user to the users. But it keeps throwing this error to the console. What can I do? Answer Try making only

Advertisement