cancel
Showing results for 
Search instead for 
Did you mean: 

appconfig/fioriSandboxConfig.json

draschke
Active Contributor
0 Kudos

Hi,

I created with WebIDE an application and imported it on our hana-server (not in the cloud).

Now, when I try to start this application I get an error with the sandbox. Does anybody know what we have to do to get this error fixed.

"http://server:8080/appconfig/fioriSandboxConfig.json 404 (Not Found)"

I couldn't find anything in the documentation.

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

What are the contents of the entry page you are using, index.html or localindex.html, or something else? Does it have a reference to

defaultRenderer : "fiorisandbox",

Regards,

Jamie

SAP - Technology RIG

draschke
Active Contributor
0 Kudos

Hi Jamie,

I try to use the new templates of WebIDE  (>Vers. SAPUI5 1.30).

Yes, there is a reference:

defaultRenderer : "fiori2"

testFLP.html

testFLPservice.html


Thanks for this hint. Now I know, where I have to look for it.

I think i've only to change the url path...


But I'm still confused, why there is not an "index.html" file generated. Does it mean, we shall use this applications only for test purposes?


BR,

Dirk

jamie_cawley
Advisor
Advisor
0 Kudos

The template assumes that you would be using this app in the Fiori Launchpad which does not need an index, the apps are loaded via their component.js.  In the testFLP.html you will want to remove the code for the renderer, the reference to sandbox.js and modify the attachinit.  Take a look at the older style template for a reference.

Regards,

Jamie

SAP - Technology RIG

draschke
Active Contributor
0 Kudos

Hi Jamie,

thank you very much, this hint is what I was looking for!

BR,

Dirk

former_member794691
Discoverer

Hello, can you show the code? I'm struggling with the same problem. Thanks in advance.

Answers (0)