I have made a cloud function in appwrite which verifies a user's email address. The function endpoint is like <GIBBERISH>.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.
Add that url as a web platform in cloud
This should work
I did. now i follow these steps as well?
No need
Just try verifying now
still the same error
Weird. This worked for me.... Try adding the /verify to the url in the cloud....if this still does not work i will check in my project and ping you
okk
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Auth working for emulator but not for ph...
hey guys i'm using appwrite for expo react native it is working perfectly for emulator but does not working for physical devices can u explain any one and it is...