Describe the bug
If a module name ends in .page (I'm guessing .<anything>) you'll not be able to use it, at least not as a Frame's defaultPage.
Please see this Playground example.
To Reproduce
Run the Playground example.
Expected behavior
The app starts without crash, showing the home/home.page page.
Additional context
I have a {N} 5.0 project and I preferred the .page suffix instead of the -page suffix for my pages.
Describe the bug
If a module name ends in
.page(I'm guessing.<anything>) you'll not be able to use it, at least not as a Frame'sdefaultPage.Please see this Playground example.
To Reproduce
Run the Playground example.
Expected behavior
The app starts without crash, showing the
home/home.pagepage.Additional context
I have a {N} 5.0 project and I preferred the
.pagesuffix instead of the-pagesuffix for my pages.