CORS Error when calling an API via Chrome Extension
my app is deployed on Vercel https://abc/api/something
– it’s an open endpoint to serve a specific request. I’m trying to call this API from my Chrome extension code. It works fine locally, but in production, it gives a CORS error.