Asked by johnIsFuller on Nov 7, 2024
John set up a dynamic page using a custom object GraphQL query, but the page consistently returns a 404 error despite the URL structure appearing correct.
Answered by johnIsFuller
John found the solution: you cannot use a GraphQL alias on the primary field/object being used to resolve the dynamic page (`dynamic_page_data_instance`). Removing the alias fixed the 404 error.