I'm trying to deploy my application on Vercel platform, however, I'm getting a CORS error due to some injected Vercel header. Is there a way I can fix this? I try to force to delete before to send any request to appwrite but it didn't work.
TL;DR
The developer is trying to deploy an application on Vercel but is encountering a CORS error caused by a Vercel header. They attempted to delete the header before sending a request to appwrite, but it didn't work.