Skip to content

Fix Strapi API IPv4 connectivity and update collaborations page layout to render backend content

Kuruva Laxmi requested to merge news into dev1

Description

  • Refactored collaborations.astro to remove hardcoded collaboration content and dynamically render data from the Strapi backend.
  • Implemented rich-text rendering and structured section parsing for collaboration body content.
  • Updated api.ts to use https.Agent({ family: 4 }), ensuring backend requests use IPv4 and preventing local Node.js connectivity timeouts.
  • Preserved existing page metadata and layout while enabling a fully backend-driven collaborations UI.

Impact

  • Improves maintainability by eliminating hardcoded content
  • Enables dynamic content updates via Strapi CMS
  • Enhances backend reliability for API requests

Edited by Kuruva Laxmi

Merge request reports

Loading