cancel
Showing results for 
Search instead for 
Did you mean: 

Run Samples in WebIDE

uwe_isenmann2
Participant
0 Kudos

Hello together,

Are initialization steps necessary to execute demoapps in the webide?

What I have done:

  1. Download the Sample "Upload Collection - Instant Upload" as zip file
  2. Import File/Project into WebIde
  3. Start "manifest.json"

Then I get some 404 errors that some resources under "/test-resources/sap/m/images" could not be loaded.

What have I got to do to get working demo apps? Or are the demo apps often not executable?

Best Regards
Uwe

Accepted Solutions (0)

Answers (3)

Answers (3)

rohit_singhal
Active Contributor
0 Kudos

Hi Uwe,

Based on the folder structure that I can see after downloading the sample, you are missing test-resources folder in the project which is the reason that you get 404 error.

You need to edit the JSON file: uploadCollection.json in your WEBIDE and remove: "test-resources/sap/m/demokit/sample/UploadCollection/" from all urls in this JSON file.

Let me know if this works for you.

Best Regards,

Rohit

uwe_isenmann2
Participant
0 Kudos

Hello Vaibhav,

Thanks but I'm getting the same mistake.

mvaibhav
Contributor
0 Kudos

hi Uwe Isenmann,

Try running the app through index.html file.

Right click on the file and select Run as WEb Application

Thanks,

Vaibhav