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 appwritedocker 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
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...