Rank 1: Thread
I have made a cloud function in appwrite which verifies a user's email address. The function endpoint is like .fra.appwrite.run.
Now, when I make a createVerification request with this redirectURI, it says:
[AppwriteException: Invalid url param: URL host must be one of: localhost, appwrite.io, *.appwrite.io, fra.cloud.appwrite.io]
I am using React Native SDK.