cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 error: dispatcher.hanatrial.ondemand.com/i18n/messageBundle_en_US.properties 404 (Not Found)

margaretbrook
Discoverer
0 Kudos

I am working on an SAPUI5 application using the Web IDE to test it. I started getting the following errors yesterday, but had made no changes on the app before I started to get this error. We are using SAPUI5 version 1.46.7. Other people testing other apps are seeing the same problem, so I was wondering if it was release related.

GET https://webidetesting6023876-s0017286660trial.dispatcher.hanatrial.ondemand.com/i18n/messageBundle_e... 404 (Not Found)

GET https://webidetesting6023876-s0017286660trial.dispatcher.hanatrial.ondemand.com/i18n/messageBundle_e... 404 (Not Found)

Accepted Solutions (0)

Answers (1)

Answers (1)

Sharathmg
Active Contributor
0 Kudos

error is related to your i18n file. Can you check and confirm if you have i18n file and it's configured in manifest.json file?

margaretbrook
Discoverer
0 Kudos

The config is in the Component.js file:

config: {

resourceBundle: "i18n/messageBundle.properties"

messageBundle.properties does exist in the i18n folder.

Sharathmg
Active Contributor
0 Kudos

But when framework searches for it it does not find it.

Check the path set in resources