Back

[SOLVED] Can't sign into my localhost

  • 1
  • Self Hosted
  • Flutter
  • General
The_Pr0fess0r
27 Aug, 2023, 15:47

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

TL;DR
Issue: The user is unable to sign into their localhost on Appwrite. Solution: 1. Run the command `docker compose down -v && docker compose up -d` to delete all local Appwrite information and start over. 2. Edit the `.env` file and set `_APP_CONSOLE_WHITELIST_ROOT` as `disabled`, then run `docker compose down && docker compose up -d` if it's a local development instance. 3. Make sure to create an account in the localhost Appwrite. 4. If SMTP is disabled and you're unable to reset your password, set SMTP in the `.env` file
Binyamin
27 Aug, 2023, 15:48

Have you created account in your localhost Appwrite?

The_Pr0fess0r
27 Aug, 2023, 15:49

Yeah I did it the other day but when ive tried resetting my password it keeps saying SMTP disabled

Binyamin
27 Aug, 2023, 15:50

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

TypeScript
docker compose down && docker compose up -d
Binyamin
27 Aug, 2023, 15:50

This will let you create more accounts using the Signup link

The_Pr0fess0r
27 Aug, 2023, 15:50

Oh thanks, let me give it ago!

Binyamin
27 Aug, 2023, 15:51

You can also run

TypeScript
docker compose down -v && docker compose up -d

This will Delete all your local Appwrite info and you can start over.

The_Pr0fess0r
27 Aug, 2023, 15:56

Amazing, that worked!

Guille
27 Aug, 2023, 16:20

Is your issue solved @The_Pr0fess0r ?

The_Pr0fess0r
27 Aug, 2023, 16:21

It is yeah

Drake
27 Aug, 2023, 17:49

[SOLVED] Can't sign into my localhost

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more