cancel
Showing results for 
Search instead for 
Did you mean: 

Assertion failed: could not find any translatable text for key with the key not even in i18n file

0 Kudos

Hi All,

This application is deployed on CF successfully and every functionality looks good. But there are some errors in console which is "Assertion failed: could not find any translatable text for key '2/2 failed' in bundle file"

assertion-failed-on-at1.png

It's a little bit weird because there are no '2/2 failed ' key in our i18n files

image.png

please advice, thank you!

Marian_Zeis
Active Contributor
0 Kudos

Usually the code searching for "'2/2 failed' in the i18n file, not the other way around.
So maybe you find this string somewhere in your code?

0 Kudos

Hi Marian,

Actually, the screenshot is from our i18n file, and l do search "2/2 failed" in our program, but this word never appear, so it's quite confusing.

Marian_Zeis
Active Contributor
0 Kudos

You might need to debug this from where this request for this key is coming from.
I can you loading from a cache. Maybe thats a problem too.

Accepted Solutions (0)

Answers (0)