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
Summary
Issue: User unable to sign up in the console after building from source.
Solution: The user made some changes in the source code before building, which caused the issue. To prevent this, it is recommended not to make unintended changes to the source code.
The user also deleted the previous images and built the current one, but this did not resolve the issue. The problem was identified as conflicting instances, as the new instance was using the old instance volumes.
The user had used Docker previously for day-to-day use but did not mention if it was relevant in this case. It was also mentioned that the same email and password were used
Drake
Aug 23, 2023, 22:38
Did you have Appwrite running on the machine before?
manazo
Rank 3: Container
Aug 24, 2023, 06:03
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
Drake
Aug 24, 2023, 06:09
You may have conflicting instances since your new instance may be using the old instance volumes
manazo
Rank 3: Container
Aug 24, 2023, 06:10
but i completely deleted the previous images and then built the current one
Drake
Aug 24, 2023, 06:10
Deleting the images doesn't delete the data
manazo
Rank 3: Container
Aug 24, 2023, 06:11
now what should i do at this stage to prevent this?
manazo
Rank 3: Container
Aug 24, 2023, 07:46
it's solved now. i made some changes in the source code before which skipped my head. that was the main problem
manazo
Rank 3: Container
Aug 24, 2023, 07:47
[SOLVED] Can't sign up in console after building from source