-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Nuxt: Compatibility with different Deployment Platforms #14029
Comments
Any idea why I get [nuxt] [request error] [unhandled] [500] ENOENT: no such file or directory, open 'path/web/apps/web/.output/public/_nuxt/yrDNp5yz.js.map' on original page load with local production build Edit: Seems that unless
both server and client are explicitly enabled, it will cause that error if its just client: true alone. |
Are you using version 8.35.0? Nuxt automatically sets |
+1 for cloudflare |
Description
The Sentry Nuxt SDK should work on different deployment platforms. This issue tracks the progress of what we already tested and implemented.
The state shows what is supported from v8.35.0 (beta) onwards.
If you experience issues or a specific deployment platform is not listed, feel free to comment here or file a new GitHub issue.
Local Production Build (
nuxi build
->node .output/server/index.mjs
)Netlify
Vercel
Azure Static Web App
Cloudflare (not tested yet)
The text was updated successfully, but these errors were encountered: