cancel
Showing results for 
Search instead for 
Did you mean: 

SAP FIORI App unable to load resources.

former_member524141
Participant
0 Kudos

I am a beginner to SAP FIORI and UI5, A custom app was developed and deployed in our system, I tried making some changes in this app through eclipse, and submitted my changes, now the app is not working properly. I reverted my changes still no solution.

Below is the screenshot from chorme. it is saying that model/month.json is missing but I have month.json file in model folder.

Please help.

error2.png

maheshpalavalli
Active Contributor
0 Kudos

can you paste the screenshot of all the files and project structure along with the code where you are loading the model.?

gregorw
Active Contributor
0 Kudos

But why do you define the month in a JSON Model? Can't you just simply use the Date Picker? What's about i18n?

former_member524141
Participant
0 Kudos

Project Structure

former_member524141
Participant
0 Kudos

Manifest.json file

former_member524141
Participant
0 Kudos

Manifest .json file

Accepted Solutions (1)

Accepted Solutions (1)

gregorw
Active Contributor
0 Kudos

You try to load the json file from an absolute path. But as you've deployed on an AS ABAP this isn't correct. Please use a relative path.

former_member524141
Participant
0 Kudos

Hi Gregor,

Thanks for the reply, can you please elaborate about relative path, as what relative path should I provide.

Answers (0)