Skip to content

Dev Server crashing #659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
siyabendoezdemir opened this issue May 19, 2024 · 8 comments
Closed

Dev Server crashing #659

siyabendoezdemir opened this issue May 19, 2024 · 8 comments

Comments

@siyabendoezdemir
Copy link


╠══╦══╗
║ ║ ║
║ ║ ╠─An interrupt was produced by #39.
║ ║ ║
║ ║ ▼
║ ║
║ ╠─An unchecked error was produced.
║ ║
║ ║ TypeError: Cannot read properties of undefined (reading 'tracer')
║ ║ at f (file:///Users/siyabendoezdemir/Desktop/Projects/tweet-ai/node_modules/@effect-ts/system/_src/Effect/derive.ts:88:76)
║ ║ at IRead.f (file:///Users/siyabendoezdemir/Desktop/Projects/tweet-ai/node_modules/@effect-ts/system/_src/Effect/has.ts:113:33)
║ ║ at FiberContext.evaluateNow (file:///Users/siyabendoezdemir/Desktop/Projects/tweet-ai/node_modules/@effect-ts/system/_src/Fiber/context.ts:1136:31)
║ ║ at file:///Users/siyabendoezdemir/Desktop/Projects/tweet-ai/node_modules/@effect-ts/system/_src/Fiber/context.ts:576:33
║ ║ at file:///Users/siyabendoezdemir/Desktop/Projects/tweet-ai/node_modules/@effect-ts/system/_src/Support/Scheduler/index.ts:15:9
║ ║
║ ║ Fiber: #41 (started at: 2024-05-19T00:10:59.162Z) was supposed to continue to:
║ ║
║ ║ Fiber: #41 (started at: 2024-05-19T00:10:59.162Z) Execution trace:
║ ║
║ ║ Fiber: #41 (started at: 2024-05-19T00:10:59.162Z) was spawned by:
║ ║
║ ║ Fiber: #39 (started at: 2024-05-19T00:10:59.162Z) was supposed to continue to:
║ ║
║ ║ Fiber: #39 (started at: 2024-05-19T00:10:59.162Z) Execution trace:
║ ║
║ ║ Fiber: #39 (started at: 2024-05-19T00:10:59.162Z) was spawned by:
║ ║
║ ║ Fiber: #37 (started at: 2024-05-19T00:10:59.161Z) was supposed to continue to:
║ ║
║ ║ Fiber: #37 (started at: 2024-05-19T00:10:59.161Z) Execution trace:
║ ║
║ ║ Fiber: #37 (started at: 2024-05-19T00:10:59.161Z) was spawned by:
║ ║
║ ║ Fiber: #26 (started at: 2024-05-19T00:10:59.158Z) was supposed to continue to:
║ ║
║ ║ Fiber: #26 (started at: 2024-05-19T00:10:59.158Z) Execution trace:
║ ║
║ ║ Fiber: #26 (started at: 2024-05-19T00:10:59.158Z) was spawned by:
║ ║
║ ║ Fiber: #5 (started at: 2024-05-19T00:10:58.809Z) was supposed to continue to:
║ ║
║ ║ Fiber: #5 (started at: 2024-05-19T00:10:58.809Z) Execution trace:
║ ║
║ ║ Fiber: #5 (started at: 2024-05-19T00:10:58.809Z) was spawned by:
║ ║
║ ║ Fiber: #0 (started at: 2024-05-19T00:10:58.800Z) was supposed to continue to:
║ ║
║ ║ Fiber: #0 (started at: 2024-05-19T00:10:58.800Z) Execution trace:
║ ║
║ ║ Fiber: #0 (started at: 2024-05-19T00:10:58.800Z) was spawned by:
║ ▼

OS: darwin 23.1.0 (arch: arm64)
Process: /opt/homebrew/Cellar/node/21.6.1/bin/node /Users/siyabendoezdemir/Desktop/Projects/tweet-ai/node_modules/next/dist/server/lib/start-server.js
Node version: v21.6.1
Contentlayer version: 0.3.4

@dtechoracle
Copy link

I am currently having the same issues. Have you fixed yours?

@Virous77
Copy link

@siyabendoezdemir are you using nextjs?

@dtechoracle
Copy link

dtechoracle commented Jun 14, 2024 via email

@Virous77
Copy link

@dtechoracle for me it's working well here with Next.JS latest version. You can check the repo and version here.

https://github.com/Virous77/Reetesh/tree/main/frontend

@ndom91
Copy link

ndom91 commented Jun 25, 2024

Running into this too with the following relevant dependencies. I'm using the notion contentlayer data source and fumadocs as a next.js 14 based docs framework (Nextra fork sort of)

"dependencies": {
  "@notionhq/client": "^2.2.15",
  "contentlayer": "^0.3.4",
  "contentlayer-source-notion": "0.0.1-alpha.26",
  "fumadocs-contentlayer": "^1.1.34",
  "fumadocs-core": "12.2.4",
  "fumadocs-mdx": "8.2.33",
  "fumadocs-ui": "12.2.4",
  "next": "^14.2.4",
  "next-contentlayer": "^0.3.4",
  "react": "^18.3.1",
  "react-dom": "^18.3.1"
},

Copy link

stale bot commented Aug 25, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the meta: stale label Aug 25, 2024
@stale stale bot closed this as completed Sep 4, 2024
@matheuseabra
Copy link

matheuseabra commented Oct 13, 2024

I'm also having the exact same problem, any ideas to fix?

Screenshot 2024-10-13 at 16 34 37

@Virous77
Copy link

@matheuseabra are you using Next.JS latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants