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.

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.