The Apps are unable to find pages which are stored in folders under the apps. It only finds pages in the Root App Folder.

I'm running the latest 2026.2.0
cdabed32-b741-459b-b564-698691cef394.png
79f95fd0-26d0-4842-ac11-fc05ae90f214.png
Hello neja,
Thank you for the details and the screenshots regarding the Self Service app and the pages stored in subfolders.
We reproduced the behaviour on a clean PowerShell Universal 2026.2.0 instance, matching your setup: pages located directly in the root app folder are listed in the navigation, while pages placed in subfolders (for example, pages\ or Delegated) are not loaded.
What we found:
Recommended fix (either approach resolves it):
In our reproduction, switching the enumeration to recursive immediately made all subfolder pages (including a deeply nested one) appear in the navigation, with no other change.
One additional note: we observed that the per-page -AutoInclude auto-discovery is unreliable on 2026.2.0 in folder-based layouts. We recommend building the page list explicitly and passing it via New-UDApp -Pages, which is the pattern used by the built-in Apps Documentation app.
To confirm the exact line to change in your environment, could you share your Self Service.ps1 and Self Service.psm1 files without sensitive information?
We can then point to the precise enumeration that needs to be made recursive.
For reference on defining and organizing app pages: https://docs.powershelluniversal.com/apps/components/pages
Best regards,
Patrick Ouimet