Send appwrite function url as url redirect url param for creating magic url session
- 0
- Auth
- Functions
I would like to send appwrite function url as url redirect param for creating magic url session.
The error I am getting is "URL host must be one of: localhost, cloud.appwrite.io, appwrite.io
Appwrite function url is like *.appwrite.global
Are you using Cloud?
Yes
Are you using a custom domain at all?
No.. I have created an appwrite function.. I want to send the function url in the url param of createmagicurlsession
It looks like the only way to do what you want would be to use a custom domain name with Appwrite Cloud. You'd be able to set the custom domain as a hostname in your project which should allow you to provide it as a URL for the magic URL session
But how can I set *.appwrite.global as a custom domain
?
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...