The project in question is private, so I can't share the link, but I'm curious whether there's any resources on troubleshooting a Next.js dynamic module. My module is functioning normally when run through
next dev
next dev
, but fails with the error
ReferenceError: async__chunk_8335 is not defined
ReferenceError: async__chunk_8335 is not defined
when run on either the preview command or when deployed to Cloudflare Pages.