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
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- Github Student org plan shows "Free Plan...
For few days, there is banner info appearing, says "Your Free plan includes up to 2 projects and limited resources" in github stundent org plan..?
- I can't share code between functions
Operating System: MacOS Appwrite Version: self-hosted 1.8.1 Appwrite CLI Version: 13.2.1 I want to split code up to share it between my functions. At the momen...