Open s1gr1d opened 1 week ago
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
sourcemap: {
server: true,
client: true
},
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 sourcemap.server: true
, so this shouldn't make a difference 🤔 Do you have a small reproduction example?
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.