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
- Function executions not getting logged b...
Hello, I have just upgraded on a self-hosted 1.8.1 to 1.9.0 and I have a strange bug where my functions are no longer showing executions in the console, howeve...
- Cloud Function Deployment Issue – Timeou...
Impossible to deploy a function for more than an hour. My project ID is: 69cc7a82000b42b8f5e2 Here's the error I get after waiting 15 minutes: Synchronous funct...
- Dart runtime functions are timing out an...
My appwrite function is not executing at all and showing the error in error logs: I tried redeploying. Still no luck. I have set the function to ise maximum re...