Git Product home page Git Product logo

Comments (3)

bartlomieju avatar bartlomieju commented on June 17, 2024

Do it work if you run with --unstable-unsafe-proto?

from deno.

littledivy avatar littledivy commented on June 17, 2024

Yes, that fixes the original error. Now I get another one:

divy@divy test-app-15]$ deno task dev
Task dev next dev --turbo
  ▲ Next.js 14.3.0-canary.73 (turbo)
  - Local:        http://localhost:3000

 ✓ Starting...
 ✓ Ready in 1832ms
 ○ Compiling / ...
(node:149677) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:149684) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
 ✓ Compiled / in 1478ms
 ⨯ Error: Invariant: Missing ActionQueueContext
    at useReducerWithReduxDevtoolsImpl (/home/divy/gh/test-app-15/.next/server/chunks/ssr/node_modules_fad749._.js:4438:15)
    at Router (/home/divy/gh/test-app-15/.next/server/chunks/ssr/node_modules_fad749._.js:14548:273)
    at cb (ext:deno_node/internal/timers.mjs:64:31)
    at eventLoopTick (ext:core/01_core.js:203:13)
digest: "4219805756"
Error: Invariant: Missing ActionQueueContext
    at useReducerWithReduxDevtoolsImpl (file:///home/divy/gh/test-app-15/.next/server/chunks/ssr/node_modules_fad749._.js:4438:15)
    at Router (file:///home/divy/gh/test-app-15/.next/server/chunks/ssr/node_modules_fad749._.js:14548:273)
    at o8 (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:10724)
    at file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:20994
    at ao (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:21722)
    at ai (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:55125)
    at ao (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:20594)
    at ai (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:55125)
    at an (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:11210)
    at file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:21685
    at ao (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:21722)
    at ai (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:55125)
    at an (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:11210)
    at file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:21685
    at ao (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:21722)
    at ao (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:51821)
    at ai (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:55125)
    at an (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:11210)
    at file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:21685
    at ao (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:21722)
    at ai (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:55125)
    at file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:64092
    at file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:64821
    at ag (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:64829)
    at Timeout._onTimeout (file:///home/divy/gh/test-app-15/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:35:6918)
    at cb (ext:deno_node/internal/timers.mjs:64:31)
    at eventLoopTick (ext:core/01_core.js:203:13)

from deno.

littledivy avatar littledivy commented on June 17, 2024

Oh never mind, it works! (I wasn't using DENO_FUTURE=1 which removes window global)

image

from deno.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.