Issue Summary:
The OpenGraph image is not showing up when sharing URLs for / & other routes & /notes/[slug], even though:
- The
opengraph-image.png file-based tag exists at app dir root.
- The
opengraph-image.tsx implementation is present for /notes/[slug].
- OpenGraph validators confirm that the image link/tag is valid and present.
Expected Behavior:
The OpenGraph image should be displayed when sharing the URL on platforms that support OpenGraph (e.g., social media sites).
Actual Behavior:
No OpenGraph image appears upon sharing, even though the validators say it is set up correctly.
Steps to Reproduce:
- Visit a
/notes/[slug] page.
- Validate the OpenGraph image using online validators (shows valid).
- Share the URL on a platform (e.g., Twitter, Facebook, Discord) that uses OpenGraph.
- Observe that the image does not appear.
Additional Notes:
- The tag and implementation seem correct.
- Might be a caching, url, or deployment issue.
- Other meta images work as expected.
Request:
Please investigate why the OpenGraph image is not displaying on shares, despite a valid setup and passing validators.
Issue Summary:
The OpenGraph image is not showing up when sharing URLs for
/& other routes &/notes/[slug], even though:opengraph-image.pngfile-based tag exists at app dir root.opengraph-image.tsximplementation is present for/notes/[slug].Expected Behavior:
The OpenGraph image should be displayed when sharing the URL on platforms that support OpenGraph (e.g., social media sites).
Actual Behavior:
No OpenGraph image appears upon sharing, even though the validators say it is set up correctly.
Steps to Reproduce:
/notes/[slug]page.Additional Notes:
Request:
Please investigate why the OpenGraph image is not displaying on shares, despite a valid setup and passing validators.