ampproject / amp.dev

The AMP Project Website.
https://amp.dev
Other
582 stars 694 forks source link

Encountering a 404 page #6690

Open mukham12 opened 11 months ago

mukham12 commented 11 months ago

🐛 Bug Report

Current behavior

The examples on https://amp.dev/about/websites showcase various components such as Accordion, Animation, Carousel, and Autocomplete. Each component includes a link labeled "All about this component." However, clicking on this link redirects to a 404 page. This issue seems to be related to the addition of "/{format}/" in the URL, for instance, https://amp.dev/documentation/components/{format}/amp-carousel.

IMG_6255 IMG_6256

Expected behavior/code

The correct component page should load when clicking “All about this component” button. For example, https://amp.dev/documentation/components/amp-carousel/

erwinmombay commented 11 months ago

thanks for the report. we'll triage

powerivq commented 11 months ago

Verified.

I looked up the earliest deployment I can find (4/30/2023) and it contained the same issue. Therefore the root cause is probably with the template itself, and not associated with the recent dependency change.

mukham12 commented 11 months ago

I believe this is the corresponding template. Its last modification dates back to 2021. I would be surprised if nobody has caught this since then.