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
Labels
bug
Issue was opened via the bug report template.
locked
Metadata
Related to Next.js' Metadata API.
Pages Router
Related to Pages Router.
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
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?
The text was updated successfully, but these errors were encountered: