im getting error of invalid url parameter. when i send pawword recovery. ive setup smtp and custom domain
Hi @frankenstein is the URL parameter correctly set? and everything in SMTP setup is correct as well?
hello
everything is okay
i have to the endpoint for the database and it worked "http://ip/v1/
NOw the issue is that i have set a custom domain and its not working
Umm, did you follow the steps mentioned here? https://appwrite.io/docs/advanced/platform/custom-domains
yes my custom domain can now access the appwrite database
The issue is that when i setup custom domain in settings, it doesnt appear in in domain list
this is the message i get from creating a custom domain
when i go to console nothing is appearing
Any help guys
Please share the output of this two commands:
docker compose logs appwrite
docker compose logs appwrite-worker-mails
You should check the logs after get the error can you provide the code where you are validating the URL as well?
Also, the original error is caused by missing web platform rather than a custom domain problem
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...