
I’m trying to sign up in the Appwrite console using a whitelisted email address, but it doesn’t work.
What happens:
Sometimes I get “User already exists” for an email I’ve never registered.
Other times I get 401 Unauthorized immediately after trying to sign up.
I also occasionally hit a 500 Server Error when the console tries to load /v1/console/variables.
What I’ve tried:
Set _APP_CONSOLE_WHITELIST_ROOT=disabled in .env.
Set _APP_CONSOLE_WHITELIST_EMAILS=dyplay@devme.dev,shaun@devme.dev,lavox@devme.dev (no quotes).
Restarted Appwrite via docker compose down && docker compose up -d.
Cleared browser cache and cookies.
Tried signing up on both HTTPS and HTTP endpoints.
Expected: Signing up with a whitelisted email should create the account and let me log in.
Environment:
Appwrite version: 1.7.4
Domain: api.devme.dev
Deployed via: Docker Compose on Debian
Console accessed via: [e.g. https://api.devme.dev]
Extra Notes:
The account endpoint /v1/account returns 401 immediately after attempted signup.
The email I use is in _APP_CONSOLE_WHITELIST_EMAILS.
No existing user appears in the database with that email.
If you want, I can also prepare a shorter, more urgent version for a Discord help channel. That way, people spot it quickly.
Recommended threads
- incrementDocumentAttribute throwing "Rou...
Hi, I’m running into an issue when trying to increment a numeric field using the Node.js SDK. My environment: Appwrite: self-hosted, version 1.7.4 node-appwrit...
- UI for creating API keys is broken (chro...
It get stuck like in the screenshot, cant scroll further down or find/click the button to create the API key.
- I want to know about the new pricing pla...
My project is around 150 to 200 in appwrite so do I have to pay $15 per project for each of them separately or just for them will I have to pay only $25 monthly
