dappros / ethora

A 'super app' engine for your project. React Native (iOS, Android) and React.js (Web, desktop). Social Sign In 🄵, Messaging 💬 (chat, voice, push notifications), Web3 Wallet 🪪 (profile QR, documents, coins, NFT), DLT 🔐 (provenance, crypto signing), Gamification 🤩, Social Commerce and more.
https://ethora.com/
GNU Affero General Public License v3.0
400 stars 74 forks source link

In mobile app, Create account: "Someone already has that username" #454

Closed tab00 closed 1 year ago

tab00 commented 1 year ago

Describe the bug When creating an account in ethora mobile app that is run from cloned repo, the error "Someone already has that username" pops up, even if it's an email address that has never been used before to sign up.

Then when using the same email address and password to try to sign in, the error message "Something went wrong" pops up.

To Reproduce Clone ethora repo run app in client-reactnative Wait for app to load on device Press "Login with credentials" Press "Create new account" Enter email address etc. Press "Create" See popup error message "Someone already has that username".

Expected behavior Successful sign-up and able to sign in.

Desktop (please complete the following information):

Smartphone (please complete the following information):

dzinzyura commented 1 year ago

Thanks @tab00 ! We'll try to reproduce the bug and fix it as soon as possible.

The team is working on it.

dzinzyura commented 1 year ago

Hi, @tab00 !

Hope this message finds you well.

Thanks for letting us know about the bug. We've already fixed it and merged a new version to the "main" branch, so you can use the latest one with the issue resolved.

We appreciate your help in making our product better!

phwizard commented 1 year ago

@tab00 could you please close this issue if this works fine for you now?

tab00 commented 1 year ago

I see warning message "Can't perform a React state update on an unmounted component."

But at least it's working now. Thanks guys.