Yizack
Yizack
NNuxt
Created by takburger on 7/12/2024 in #❓・help
Help debugging - illegal invocation rejection - nuxt hub
For people having this problem, the issue comes from recent changes in wrangler package, lock its version to 3.63.0 as a workaround in your package.json dependencies and the issue should be gone for now
- "wrangler": "^3.65.0"
+ "wrangler": "3.63.0"
- "wrangler": "^3.65.0"
+ "wrangler": "3.63.0"
[unhandledRejection] Illegal invocation error seems to happen in dev only
10 replies