appwrite / demo-todo-with-react

A basic demo example for integrating between Appwrite & React JS 💙
https://appwrite-todo-with-react.vercel.app
MIT License
200 stars 128 forks source link

🐛 Bug Report: #37

Closed timo-tech19 closed 1 year ago

timo-tech19 commented 2 years ago

👟 Reproduction steps

When I fill in the login or sign up form and press the submit button, nothing happens

👍 Expected behavior

I should be able to sign up and maybe route to another page

👎 Actual Behavior

Nothing happens. The buttons don't work

🎲 Appwrite version

Different version (specify in environment)

💻 Operating system

Something else

🧱 Your Environment

Mobile phone. Chrome browser . I am not sure of the AppWrite version

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

achyutghosh commented 2 years ago

The same issue is happing while testing it on my laptop. However, in the console, I have found the issue given below

{"message":"Account already exists","code":409,"version":"0.14.2"}

Here the point to be noted is that I try to sign up for the first time, so there is zero chance that the account may already exist