Skip to content

fix: Fix Solutions pages returning 404

John Arias Castillo requested to merge 3346-solutions-pages-returning-404 into main

Closes #3346 (closed)

What is changing in this MR?

Updated Contentful's route generation to fix the issue where we couldn't get all routes at once. Now, we use a match query to grab only the solution routes, not every single page in Contentful. The same was done for stages-devops-lifecycle, support and technology-partners pages.

Edited by John Arias Castillo

Merge request reports