cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Application Not loading in BTP 404 Not Found

rauf_shaikh
Active Participant
0 Kudos

Hi Experts,
I have created an MTA project with standalone approuter, inside this I have createda freestyle SAPUI5 app.
Before deploying the app on BTP it is working properly in BAS but,
after deploying the app to BTP even though I have correctly maintained "welcomeFile" entry in the standalone approuter xs-app.json I am getting error index.html not found HTTP Code 404.
Please check below screenshots and help me where I am missing something.

-Regards
Rauf

Accepted Solutions (0)

Answers (2)

Answers (2)

HadrienP
Active Participant
0 Kudos

Hello,

Would you have find any clue regarding this issue ? I'm facing the same..

thank you

Hadrien

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi rauf.shaikh,

It would help if you could share the AppRouter's logs. If you are using the standalone option, then the logs should be placed at:

cf set-env <your_app> XS_APP_LOG_LEVEL DEBUG
cf set-env <your_app> REQUEST_TRACE true
cf restage <your_app>

Then, you will start seeing trace entries with the log command:

cf logs <your_app>
or cf logs <your_app> --recent

Best regards,
Ivan