Step 3: View Page Groups and Errors
View Pages in Page Group
On the Page Groups screen, you can click on the page group row to see all the pages in the page group, including information like locale, page path, and when the page was last updated. The entity ID in the table links to that entity’s edit page so you can easily make updates.
View Errors in Page Group
Clicking into a page group row and then the Errors tab will show you any deployment errors or warnings associated with your page groups and provide guidance on how to address them. If your site has no errors, you cannot click on the tab.
Note: If your page groups have either a warning or error, you cannot edit the global styles, edit layouts, or add page groups. You can edit page group entity scopes, which will trigger a redeploy, or redeploy the site yourself.
The following walks through common errors and how to fix them.
Path Conflict
This error is caused by one or more entities having the same value for the slug field. Ensure the entities have unique slug fields on the entity page so that each generated URL is unique.
More information: On the Pages tab, click on the warning icon and click on the link for “Page Group Errors.” As you can see in the screenshot below, the Error Details calls out the two entities with a path conflict for the slug field. Below that, the Source Data Update section shows the data change that caused this error.
Solution: Each page must have a unique slug. However, you may encounter duplicate slugs based on how you define your slug and your entities. For example, if each location page can be found at www.domain.com/locations/[region]/[city], and you have two locations in the same region and city, they will have the same slug. To fix a one-off exception, navigate to the entity (click the link under the Entity ID column) and update the slug field. If you have multiple duplicates, consider adding a unique field to your slug path so that they remain unique automatically. For example, here, you could add the entity ID, making the URL www.domain.com/locations/[region]/[city]/[entityId].
Failed to Deploy
Something went wrong while generating this page. See Page Build Details for more error details, or contact support for assistance. Reach out to your account team for support.
Solution: There could be a backend deployment issue for which you’ll likely need to contact support.
However, there is one thing you can check before you do. You cannot include any entities in multiple page groups since each entity can only have one page in the site. If you have multiple page groups in this site, review the scope for each and ensure they do not overlap.