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

dynamic route, dynamicIO, mdx, notFound => NEXT_HTTP_ERROR_FALLBACK;404 #75070

Open
volfadar opened this issue Jan 18, 2025 · 1 comment
Open
Labels
dynamicIO Related to dynamicIO. Markdown (MDX) Related to Markdown with Next.js. Turbopack Related to Turbopack with Next.js. TypeScript Related to types with Next.js.

Comments

@volfadar
Copy link

Link to the code that reproduces this issue

https://github.com/volfadar/next-bug

To Reproduce

  1. bun install
  2. bun dev
  3. go to "http://localhost:3000/lecture/marketing/intro"

Current vs. Expected behavior

Simply, it should not throw an error NEXT_HTTP_ERROR_FALLBACK;404 because I already have a not-found.tsx.

Provide environment information

Operating System:
  Platform: win32
  Arch: x64
  Version: Windows 11 Home Single Language
  Available memory (MB): 16087
  Available CPU cores: 8
Binaries:
  Node: 20.11.1
  npm: 10.2.4
  Yarn: 1.22.22
  pnpm: 9.0.2
Relevant Packages:
  next: 15.2.0-canary.15 // Latest available version is detected (15.2.0-canary.15).
  eslint-config-next: N/A
  react: 19.0.0
  react-dom: 19.0.0
  typescript: 5.7.3
Next.js Config:
  output: N/A

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

dynamicIO, Turbopack, TypeScript, Markdown (MDX)

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

next dev (local)

Additional context

No response

@github-actions github-actions bot added dynamicIO Related to dynamicIO. Markdown (MDX) Related to Markdown with Next.js. Turbopack Related to Turbopack with Next.js. TypeScript Related to types with Next.js. labels Jan 18, 2025
@volfadar
Copy link
Author

related issue #73130 & pr #73210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dynamicIO Related to dynamicIO. Markdown (MDX) Related to Markdown with Next.js. Turbopack Related to Turbopack with Next.js. TypeScript Related to types with Next.js.
Projects
None yet
Development

No branches or pull requests

1 participant