Not Seeing All Pages in Local Pagebuilder
Symptoms
Pages are missing from Pagebuilder when running locally.
Cause
Pagebuilder added site level permissions which can affect pages shown in the UI.
Solution
You should only have globally specified permissions set in your bundle mocks/user file. This will ensure you can see all pages locally for development purposes.
Example local full global permissions in PageBuilder
{ "displayName": "Developer", "tracking": false, "permissions": { "PageBuilder": { "global": ["AAPP", "W", "D", "P", "UP", "VRP", "ERP", "DT", "RE", "RD", "A", "MSP", "DSP", "ASP", "DASP", "MT", "EA", "MAT"] } }