You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnpm install && pnpm dev inside packages/dashboard gives: ``.
Call stack:
TypeError: Cannot destructure property 'RawSource' of 'require(...)' as it is undefined.
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
Object.<anonymous>
file:///<...>node_modules/.pnpm/@[email protected]/node_modules/@sentry/webpack-plugin/src/index.js (5:9)
pnpm install && pnpm dev
inside packages/dashboard gives: ``.Call stack:
Likely related: vercel/next.js#52620 (comment)
Commenting out sentry from the codebase solves the problem.
The text was updated successfully, but these errors were encountered: