Initial page does not reroute to first page

After building and deploying the app to Cloud Foundry, I tried to access the app through the URL given:

/buildappsxxxxx 

and got redirected to:

/buildappsxxxxx/index.html 

and not to

/buildappsxxxxx/page.Page1.html 

Which means during back navigation, one gets directed to the index.html page and all app variables are lost. Page1 can be loaded if explicitly called but I think it should be loaded automatically by the index page.

Is that an issue in the build service, or am I missing something?

 

Scroll to Top