I have seen similar questions but none whose solutions serve me.
I have a function to verify a user with their secret and their id: https://blahblah.appwrite.global
I have the function that sends me the verification email.
But AppWrite gives me the following "error: Invalid url param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io"
Any ideas?
TL;DR
Developers want to verify users using AppWrite Functions and Apple SDK. They have a function to verify users with secret and ID but are facing an error that the URL host must be localhost, cloud.appwrite.io, appwrite.io. Solution: Make sure the URL used is from the approved hosts by AppWrite.