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
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...