App and Pages not working after reboot

Product: PowerShell Universal
Version: 5.6.6

I upgradded to 5.6.6 and started to use Apps with pages.

PU runs on windows 2022, hosting on IIS, with SSO enabled

It works well, I created an App that contains just New-UDApp

and in pages, it auto created “-AutoInclude”

I have enabled authentication

Everything works, but when I reboot the server, the app stopped working, any other App that not created with sub pages works.

when I want to edge codes for any page in that app, I got “not found” error

but if I go to Files tab, I can see the page files and can see the content.

I found the issue … lol

The name of the page CAN NOT contain space …

once I removed the space from the names, it works again.

but it stopped working only after reboot is still very odd :wink: