product · inferred from evidence
CORS
Cross-Origin Resource Sharing, a mechanism for enabling cross-origin requests in web applications.
- D-ID agent blocked by CORS on Vercel - add domain to allowed domains
I deployed my D-ID agent app on Vercel and now the agent does not load. The console shows: Access to fetch at api.d-id.com has been blocked by CORS policy, no Access-Control-Allow-Origin header is present. I am using Vite and React.