cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web Client Extension Error - React App

christine_01
Explorer
0 Likes
2,103

Hey everyone,

I have created a React App for the purpose of deploying it on the Web Client. I followed the instructions on SAPs documentation "How to Develop Web Client Extensions" in order to package and deploy it. However when I click on its tile in the web client I get the following error:

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Tue Oct 17 11:38:02 EEST 2023There was an unexpected error (type=Not Found, status=404).
Any ideas on what I should look out for in my code in order to troubleshoot it?
Thank you in advance.

View Entire Topic
andy_bai
Product and Topic Expert
Product and Topic Expert
0 Likes

Could you go to the browser development console, and find out which request has the 404 error?

christine_01
Explorer
0 Likes

jquery-dbg.js:9269

GET https://centrix-sapcy:4443/webx/apps/boEXTENSION/i18n/i18n_en.properties 404 (Not Found)

jquery-dbg.js:9269

GET https://centrix-sapcy:4443/webx/~1684179293907~/apps/boEXTENSION/i18n/i18n.properties 404 (Not Found)

Thank you for your answer!