cancel
Showing results for 
Search instead for 
Did you mean: 

Web IDE Full-Stack fiori app errors messagebundle_en_US.properties and i18n_en_US.properties

0 Kudos

Hello,

When developing fiori apps I usually see the following errors in the Chrome developer console -

GET https://webidetesting3486304-s0016911778trial.dispatcher.hanatrial.ondemand.com/resources/sap/m/mess... 404 (Not Found) jquery-dbg.js:9203 GET https://webidetesting3486304-s0016911778trial.dispatcher.hanatrial.ondemand.com/webapp/i18n/i18n_en_... 404 (Not Found) jquery-dbg.js:9203 GET https://webidetesting3486304-s0016911778trial.dispatcher.hanatrial.ondemand.com/webapp/i18n/i18n_en_... 404 (Not Found) jquery-dbg.js:9203 GET https://webidetesting3486304-s0016911778trial.dispatcher.hanatrial.ondemand.com/resources/sap/ui/cor... 404 (Not Found) jquery-dbg.js:9203

Here is my webapp/i18n/i18n.properities -

title=Title app

Title=testnotif app

Description=App Description

In my manifest.json, I have -

"models": {

"i18n": { "type": "sap.ui.model.resource.ResourceModel",

"settings": {

"bundleName": "testnotif.testnotif.i18n.i18n"

I have searched my project file contents for "messagebundle" and "i18n_en_US" but no results were found.

Why do I see these errors and how can I get rid of them?

0 Kudos

Update: renaming webapp/i18n/i18n.properities to webapp/i18n/ii18n_en_US.properties removed two of the errors but messagebundle_en_US.properties errors still remain.

schoudekar
Explorer
0 Kudos

Hello Shane,

Please create messagebundle_en_US.properties file in i18n folder & then check.

Thanks,

Shrinath Choudekar.

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

What I did I simply add those resources localy in i18n folder in SAP WEB IDE Full Stack.
Because my sLocales taken from ResourceBundle is ["pl_PL"] (it is NOT correlated with <html lang="pl" dir="ltr"> or language project settings) I need to add files:

i18n_pl.properties
i18n_pl_PL.properties
i18n_pl_pl.properties
18n_pl_pl_PL.properties
messagebundle_pl_PL.properties (copied from messagebundle_pl.properties provided by the server)

And one which my application is using is i18n_pl_PL.properties so don't be surprise when after editing file i18n.properties nothing happen.

michal_keidar
Active Contributor
0 Kudos

Hi,

I have reported this issue internally, will update once resolved.

Regards,
Michal.

0 Kudos

thanks Michal

0 Kudos

I'm also getting the jquery-dbg.js:9203 404 error. I'm using the SAP Web IDE Full-Stack. I have the problem with both the Master-Detail template and the List template. I've tried SAPUI5 versions 1.38, 1.44 & 1.56 and they all get this error. Any luck on resolution?

michal_keidar
Active Contributor
0 Kudos

Hi,

This issue is not yet resolved, but anyway it shouldn't block you or cause errors at runtime in your app. Are you experiencing it differently?

Seeing errors in the console is not nice and we should handle it but they shouldn't cause errors at runtime.

Regards,
Michal.

0 Kudos

Hi Michal,

I noticed these errors in when using the SAPUI5 Application template. I can't check other project types at the moment due to this problem. Please note my comment that the i18n_en_US.properties errors have been resolved but I did not find a solution for the messagebundle_en_US.properties 404 (Not Found) jquery-dbg.js:9203 errors

michal_keidar
Active Contributor
0 Kudos

Hi Shane,

Which template have you used to create your app?

Does it happen in every template?

Regards,
Michal.