[CLOSED] SMTP Disabled , User Canot Login after upgrading to 1.4
- 0
- Databases
- Users
- Realtime
- Self Hosted
what is this? your docker-compose.yml file?
Yes it is . It was working before upgrading to 1.4
you shouldn't be putting environment variables into your docker-compose.yml file 👀
so what's in your folder with this docker-compose.yml file now?
hmmm....looks like you have a nested appwrite folder? how did that get there?
I see . i was in appwrite folder when migrating
[CLOSED] SMTP Disabled , User Canot Login after upgrading to 1.4
Recommended threads
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Attribute not found in schema on REST AP...
I'm querying a appwrite collection via the REST API on appwrite cloud 1.9.5 (no SDK) via a cloudflare worker and keep getting: ``` {"message":"Invalid query: A...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...