Fix blog tag pagination to prevent page-data 404 errors#7360
Fix blog tag pagination to prevent page-data 404 errors#7360Sbragul26 wants to merge 1 commit intolayer5io:masterfrom
Conversation
|
I’ve submitted a PR that fixes the 404 errors for paginated blog tag pages. This update ensures all tag pagination pages generate valid page-data.json files. I have tested the changes by building the site (npm run build) and inspecting the generated files via the terminal. I haven’t run the site locally in a browser because the site is quite heavy, so please review and verify if any issues persist. Thankyou. |
|
@Sbragul26 build failing and sign your commits |
|
🚀 Preview for commit 0a36c05 at: https://6971073a256bc43f52923d8c--layer5.netlify.app |
- Fix paginated blog tag page generation - Remove legacy tag logic - Add null-safe fallbacks to prevent GraphQL build errors Signed-off-by: Sbragul26 <sbragul26@gmail.com>
0a36c05 to
00b66d5
Compare
|
🚀 Preview for commit 00b66d5 at: https://6971173521230a7fde92e569--layer5.netlify.app |
|
@Sbragul26 Thank you for your contribution! Let's discuss this during the website call today at 6:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
|
@Sbragul26 Your changes don’t fix the issue. |
|
yeah. thanks @rishiraj38 . I'm closing this Pr as this is not align to requirement. Thanks @Sbragul26 for your efforts. you can review this PR : #7364 |

Description
Fixes console 404 errors caused by missing paginated blog tag pages (e.g.
/blog/tag/meshery/2).This change removes legacy single-page tag generation logic and replaces it with proper paginated page creation, ensuring that all tag pages generate valid
page-data.jsonfiles.Issue
Closes #7346
Changes
Verification
npm run buildpublic/page-data/blog/tag/meshery/page-data.jsonpublic/page-data/blog/tag/meshery/2/page-data.json