App crashes at runtime

So as usual I have a variable ‘‘markers’’ set as an observable at the top of the javascript file.
Then I have a function that retrieves values from an api where some of them are latitude, longitude and the title.


Then I used some previous examples to push those variables into “markers” object.
2

The problem is that the console log shows everything perfectly, it shows an object with latitude, longitude and the title, but as soon as i compile and run the app, it just crashes and doesn’t show markers at all.

I do remember Uldis having something of a very similar problem, but it was resolved.

You need to provide more info for someone to possibly help you.

e.g.
OS, Fuse, Device & Build details

Reproducible code we can test with and what problem are you referring to (share a link).