-
Notifications
You must be signed in to change notification settings - Fork 194
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
Comments
I am currently having the same issues. Have you fixed yours? |
@siyabendoezdemir are you using nextjs? |
Yes, I am
…On Thu, Jun 13, 2024, 7:20 PM Reetesh Kumar ***@***.***> wrote:
@siyabendoezdemir <https://github.com/siyabendoezdemir> are you using
nextjs?
—
Reply to this email directly, view it on GitHub
<#659 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQPDNXGDNL7W6RW4SJEUUGTZHHPIRAVCNFSM6AAAAABH53O3U2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRWGQ4TQMBZGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@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 |
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)
|
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. |
@matheuseabra are you using Next.JS latest version? |
╥
╠══╦══╗
║ ║ ║
║ ║ ╠─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
The text was updated successfully, but these errors were encountered: