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
- Unknown column 'sourceSize' in 'field li...
After migrating from 1.6.1 to 1.7.4 I noticed this message in the logs: `appwrite-worker-stats-resources | 2025-10-26T10:32:38.289577112Z Failed: SQLSTATE[...
- Invalid document structure: Missing requ...
After migrating from 1.6.1 to 1.7.4 I noticed this message in the logs: appwrite-worker-audits | 2025-10-26T11:15:24.062537020Z Error processing a...
- Could not connect to SMTP server: SMTP E...
Hi there, I have currently an issue configuring my SMTP (Custom SMTP server) setting in appwrite. My Setup: - Self-hosted (DigitalOcean): appwrite 1.8.0 - SM...