Hi i'm currently working with magic url login and it requires us to setup a redirect url to redirect back to our app with token in queryParams.
when i'm providing my url, it tells me that it should only be one of this listed options
localhost
cloud.appwrite.io
appwrite.io
i assume that this is the domain that are allowed by default.
The problem is i'm unable to locate where to update this default configuration and add my domain/redirectUrl to the list.
i have checked every section in console, but still couldn't locate it
i'm expecting a form like this but couldn't find it anywhere in the console.
the screenshot is from supabase btw
Recommended threads
- Realtime Connection Error After Updating...
I get the following error message now when the realtime subscription picks up a new message. There's more to the error but it makes the discord message too long...
- CORS Errors
from origin '<my url>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Was working fine until tod...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...