Rank 1: Thread
Hey guys,
How are you handling the authentication in local development?
I was using the Dev Key to allow me to authenticate from subdomains, but it seems like that feature was removed
Now, I'm getting this error:
POST https://nyc.cloud.appwrite.io/v1/account/sessions/email net::ERR_FAILED
login:1 Access to fetch at 'https://nyc.cloud.appwrite.io/v1/account/sessions/email' from origin 'http://localhost:3000' has been blocked by CORS policy: Request header field x-appwrite-dev-key is not allowed by Access-Control-Allow-Headers in preflight response.
Do you know if that key was replaced or is there another approach that allow us to login from subdomains locally?