When I try dev:worker, I found these errors:
On Terminal: ✘ [ERROR] <Formatting threw (Error: [unenv] module.findSourceMap is not implemented yet!
Browser:
Error: The script will never generate a response.
at async Object.fetch (file:///{mypath}/node_modules/miniflare/dist/src/workers/core/entry.worker.js:1029:22)
Steps to reproduce
I use Kinde sdk for nextjs in middleware
Setup @opennextjs/cloudflare
Run dev:worker
Expected behavior
On Terminal: ✘ [ERROR] <Formatting threw (Error: [unenv] module.findSourceMap is not implemented yet!
Browser:
Error: The script will never generate a response.
at async Object.fetch (file:///{mypath}/node_modules/miniflare/dist/src/workers/core/entry.worker.js:1029:22)
Describe the bug
When I try
dev:worker
, I found these errors: On Terminal: ✘ [ERROR] <Formatting threw (Error: [unenv] module.findSourceMap is not implemented yet!Browser:
Steps to reproduce
@opennextjs/cloudflare
dev:worker
Expected behavior
On Terminal: ✘ [ERROR] <Formatting threw (Error: [unenv] module.findSourceMap is not implemented yet!
Browser:
@opennextjs/cloudflare version
0.2.1
Node.js version
20.8.1
Wrangler version
3.78.10
next info output
Additional context
No response