Skip to content
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

Bug/inconsistency with dynamicIO and client-side hooks in dynamic segment #72756

Open
amannn opened this issue Nov 13, 2024 · 1 comment
Open
Labels
bug Issue was opened via the bug report template. dynamicIO Related to dynamicIO.

Comments

@amannn
Copy link
Contributor

amannn commented Nov 13, 2024

Link to the code that reproduces this issue

amannn/nextjs-bug-repro-dynamicio-client-hooks@6f8f90d

To Reproduce

  1. Clone https://github.com/amannn/nextjs-bug-repro-dynamicio-client-hooks/
  2. Run pnpm dev and open e.g. http://localhost:300/en – works as expected
  3. Run pnpm build – fails

Current vs. Expected behavior

I'm not sure what the expected behavior is, but at least aligning dev and prod seems like it should be the case.

Provide environment information

Operating System:
  Platform: darwin
  Arch: x64
  Version: Darwin Kernel Version 23.6.0: Mon Jul 29 21:13:00 PDT 2024; root:xnu-10063.141.2~1/RELEASE_X86_64
  Available memory (MB): 16384
  Available CPU cores: 12
Binaries:
  Node: 20.11.1
  npm: 10.2.4
  Yarn: 1.22.22
  pnpm: 9.12.3
Relevant Packages:
  next: 15.0.4-canary.8 // Latest available version is detected (15.0.4-canary.8).
  eslint-config-next: 15.0.4-canary.8
  react: 19.0.0-rc-5c56b873-20241107
  react-dom: 19.0.0-rc-5c56b873-20241107
  typescript: 5.6.3
Next.js Config:
  output: N/A

Which area(s) are affected? (Select all that apply)

dynamicIO

Which stage(s) are affected? (Select all that apply)

next dev (local), next build (local)

Additional context

No response

@amannn amannn added the bug Issue was opened via the bug report template. label Nov 13, 2024
@github-actions github-actions bot added the dynamicIO Related to dynamicIO. label Nov 13, 2024
@cantemizyurek
Copy link
Contributor

I been having these build errors too when I was experimenting with dynamicIO. Dev mode works as expected but when it comes to build things seem to fail unexpectedly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue was opened via the bug report template. dynamicIO Related to dynamicIO.
Projects
None yet
Development

No branches or pull requests

2 participants