Error: loader /Users/rwest/Repositories/website/node_modules/@mdx-js/loader/index.cjs for match "*.mdx" does not have serializable options. Ensure that options passed are plain JavaScript objects and values. #76739
Labels
Turbopack
Related to Turbopack with Next.js.
Link to the code that reproduces this issue
https://github.com/vercel/turborepo/issues
To Reproduce
npm run dev (with --turbo)
Current vs. Expected behavior
rwest@Roshis-MacBook-Pro website % npm run dev
[@sentry/nextjs] WARNING: You are using the Sentry SDK with
next dev --turbo
. The Sentry SDK doesn't yet fully support Turbopack. The SDK will not be loaded in the browser, and serverside instrumentation will be inaccurate or incomplete. Production builds without--turbo
will still fully work. If you are just trying out Sentry or attempting to configure the SDK, we recommend temporarily removing the--turbo
flag while you are developing locally. Follow this issue for progress on Sentry + Turbopack: getsentry/sentry-javascript#8105. (You can suppress this warning by setting SENTRY_SUPPRESS_TURBOPACK_WARNING=1 as environment variable)▲ Next.js 15.2.0 (Turbopack)
· turbo
· clientTraceMetadata
✓ Starting...
[Error: loader /Users/rwest/Repositories/website/node_modules/@mdx-js/loader/index.cjs for match "*.mdx" does not have serializable options. Ensure that options passed are plain JavaScript objects and values.]
Provide environment information
Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: