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
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)
What is your setup - this is not enough information to reproduce.
Also note that middleware is not yet supported on the main branch - middleware support is being implemented in the experimental branch.
Error: [unenv] module.findSourceMap is not implemented yet!
findSourceMap is not implemented as source paths (and map paths) do not make sense for workers as we don't have access to the file system. unenv should probably return undefined.
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
The text was updated successfully, but these errors were encountered: