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

Intercepted route not generating metadata #66510

Closed
tonyjara opened this issue Jun 4, 2024 · 1 comment
Closed

Intercepted route not generating metadata #66510

tonyjara opened this issue Jun 4, 2024 · 1 comment
Labels
bug Issue was opened via the bug report template. Metadata Related to Next.js' Metadata API. Parallel & Intercepting Routes Related to Parallel and/or Intercepting routes.

Comments

@tonyjara
Copy link

tonyjara commented Jun 4, 2024

Link to the code that reproduces this issue

https://github.com/tonyjara/nextgram-repro

To Reproduce

Start the app, click any image. The metadata doesn't change.
live demo

Current vs. Expected behavior

Current: click an image and the metadata stays the same
expected: click the image, the modal opens and the metadata title changes

Provide environment information

Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 23.5.0: Wed May  1 20:14:38 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6020
  Available memory (MB): 32768
  Available CPU cores: 12
Binaries:
  Node: 18.18.2
  npm: 9.8.1
  Yarn: 1.22.19
  pnpm: 8.9.2
Relevant Packages:
  next: 14.2.3 // Latest available version is detected (14.2.3).
  eslint-config-next: N/A
  react: 18.2.0
  react-dom: 18.2.0
  typescript: 5.1.3
Next.js Config:
  output: N/A

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

Metadata, Parallel & Intercepting Routes

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

next dev (local), next build (local), next start (local), Vercel (Deployed)

Additional context

Last stable version that I got it to work is 14.1.4, after that they all present the same issue.

@tonyjara tonyjara added the bug Issue was opened via the bug report template. label Jun 4, 2024
@github-actions github-actions bot added Metadata Related to Next.js' Metadata API. Parallel & Intercepting Routes Related to Parallel and/or Intercepting routes. labels Jun 4, 2024
@samcx
Copy link
Member

samcx commented Nov 21, 2024

@tonyjara Closing this in favor of #72938 (same issue)

@samcx samcx closed this as completed Nov 21, 2024
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. Metadata Related to Next.js' Metadata API. Parallel & Intercepting Routes Related to Parallel and/or Intercepting routes.
Projects
None yet
Development

No branches or pull requests

2 participants