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

When set empty string to authors of openGraph in Metadata object, the page will throw r.map is not a function error in SSR. #68259

Closed
tuberrabbit opened this issue Jul 29, 2024 · 1 comment · Fixed by #68262
Labels
bug Issue was opened via the bug report template. locked Metadata Related to Next.js' Metadata API. Pages Router Related to Pages Router.

Comments

@tuberrabbit
Copy link

Link to the code that reproduces this issue

https://codesandbox.io/p/sandbox/ecstatic-firefly-t5948j

To Reproduce

Only start application with pnpm dev, then the error will be seen.

Current vs. Expected behavior

Following the steps from the previous section, I expected Page will be rendering, but I observed Page is blocking.

Provide environment information

Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 23.5.0: Wed May  1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000
  Available memory (MB): 32768
  Available CPU cores: 8
Binaries:
  Node: 20.10.0
  npm: 10.2.3
  Yarn: 1.22.21
  pnpm: 9.5.0
Relevant Packages:
  next: 14.2.2 // There is a newer version (14.2.5) available, upgrade recommended! 
  eslint-config-next: 13.4.4
  react: 18.3.1
  react-dom: 18.3.1
  typescript: 5.3.3
Next.js Config:
  output: N/A

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

Metadata, Pages Router

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

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

Additional context

I had seen the code in next@canary, it is still existing. Maybe can we fix it now?

Copy link
Contributor

This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue was opened via the bug report template. locked Metadata Related to Next.js' Metadata API. Pages Router Related to Pages Router.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant