I've set up the development environment following this tutorial. but after doing everything, when I try to create a new account in the console, it shows invalid credentials on the first try. and when I try it again, it shows the user already exists with this ID. but sign-in still says invalid credentials. can't understand what's the problem here. any help will be appreciated
Did you have Appwrite running on the machine before?
yes i had. last time i did it using docker for my day-to-day use. but in case it matters, I used the same email and password this time also
You may have conflicting instances since your new instance may be using the old instance volumes
but i completely deleted the previous images and then built the current one
Deleting the images doesn't delete the data
now what should i do at this stage to prevent this?
it's solved now. i made some changes in the source code before which skipped my head. that was the main problem
[SOLVED] Can't sign up in console after building from source
Recommended threads
- Excessive usage of cloud functions is sl...
I have made almost all my requests through cloud functions and jwt , due to security fears of a user editing a field he is not supposed to . This unfortunately...
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Project Inactivity Clarification
I'm on appwrite free plan with my account (om.thakkar@ivcventure.com). Even though throughout the week we use the project atleast once to upload dynamic content...