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

422 error on login/session: Invalid regular expression #235

Closed kkcy closed 3 years ago

kkcy commented 3 years ago

Hi there, our login & create session were returned with an error message of error 422, Invalid regular expression, if our users have + sign in their username.

Have confirm to work if usernames are without + signs. Pretty sure it's just a regex error.

DaveLomber commented 3 years ago

This should work well now

Please check and let us know

kkcy commented 3 years ago

Yup flawlessly. Thanks for the prompt fix!