We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running into an issue with CORS when using Vercel Speed Insights and Analytics in a NextJS app:
The POST requests seem to work fine, it's only the POST + Preflight request that failing.
POST
POST + Preflight
I've tried enabling CORS in a NextJS app as described here:
https://vercel.com/guides/how-to-enable-cors#enabling-cors-using-vercel.json
But it doesn't seem to affect the _vercel endpoint.
_vercel
Do the _vercel endpoints block CORS?
The text was updated successfully, but these errors were encountered:
Any updates? This is still an issue.
Sorry, something went wrong.
No branches or pull requests
I'm running into an issue with CORS when using Vercel Speed Insights and Analytics in a NextJS app:
The
POST
requests seem to work fine, it's only thePOST + Preflight
request that failing.I've tried enabling CORS in a NextJS app as described here:
https://vercel.com/guides/how-to-enable-cors#enabling-cors-using-vercel.json
But it doesn't seem to affect the
_vercel
endpoint.Do the
_vercel
endpoints block CORS?The text was updated successfully, but these errors were encountered: