ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
124 stars 111 forks source link

Missing user's login #236

Closed dozsolti closed 3 years ago

dozsolti commented 3 years ago

Hi,

We facing issues on creating the users with API. The login property is missing!

image

It used to work just fine, but around last week or so, it started creating users with no login, which is creating problems when the users logs in.

An user was created on 2021-05-04T09:05:23Z and worked it, the next one on: 2021-05-07T07:15:47Z doesn't.

The user is still getting created, with the correct full name and external id.

And this is how it's been configured in the dashboard: image

What is the problem?

DaveLomber commented 3 years ago

@dozsolti this should work now again

If there is no 'login' mapping in response, then a default login will be created in format: 'custom_'

dozsolti commented 3 years ago

It creates it but, it failes at login 422 image

dozsolti commented 3 years ago

When I tried from the dashboard I got this: image image

But I fixed by setting the request params to empty object and passes the test cip

DaveLomber commented 3 years ago

This is fixed as well now https://github.com/ConnectyCube/connectycube-reactnative-samples/issues/236#issuecomment-836601923

Please let me know if you still face any issue

dozsolti commented 3 years ago

Yes, now it works.

Thank you!