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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...