cancel
Showing results for 
Search instead for 
Did you mean: 

Web Client Extension Error - React App

christine_01
Explorer
0 Kudos

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
Advisor
Advisor
0 Kudos

the above two requests seem to have nothing to do with your react app.

are there any other requests having 404 error?

christine_01
Explorer
0 Kudos

Hi,

These two along with this one show up when I click on the Extension Tile

Container.controller.js?eval:1
GET https://centrix-sapcy:4443/extn/ui-static/22028/my-react-app// 404 (Not Found)

Let me know if you want me to provide any info from the Network panel from the browser.

Thank you