Binding values from a static collection doesn't work when published [Self resolved]

Hello!

I have backend table where i have translations for all labels in my app. I make it static collection in Weweb.
I bind every text label in the app to value of record from that collection conditionally like EN or UK etc.

IN editor everything works like magic.

After first publish of this feature it doesn’t work at all on any language! Labels don’t show up. I don’t know is it collection not loaded or formula doesnt work or “Current lang” var doesnt work…

Binding - labels and translations are there

The formula:

My collection with translation:

and a live result , no labels no translations

Issue fixed itself, after few publishes…