I'm following a tutorial on how to build a twitter clone and im trying to login to my localhost but it keeps saying my details are incorrect, even though I've logged into Appwrite on the browser
Have you created account in your localhost Appwrite?
Yeah I did it the other day but when ive tried resetting my password it keeps saying SMTP disabled
Yes, as you need to set SMTP in the .env file
If this is a local development instance
You can edit the .env file and set _APP_CONSOLE_WHITELIST_ROOT as disabled and run
docker compose down && docker compose up -d
This will let you create more accounts using the Signup link
Oh thanks, let me give it ago!
You can also run
docker compose down -v && docker compose up -d
This will Delete all your local Appwrite info and you can start over.
Amazing, that worked!
Is your issue solved @The_Pr0fess0r ?
It is yeah
[SOLVED] Can't sign into my localhost
Recommended threads
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...