Has there been an update? Working JS now failing

I have a dependency app with some code in the Native Library section.

This JS code used to be callable just fine from the hosting app, but now various functions in the dependency app are not visible in the main app.

Has anything changed around this area? Maybe a recent update?

edit can’t quite work out what’s happening, but it would help to know if anything has changed that might affect the loading order of stuff.

edit 2
This used to load fine but now fails :

<script type="text/javascript" src="https://unpkg.com/tabulator-tables@4.2.7/dist/js/tabulator.min.js"></script>

with this :

Loading failed for the with source “https://unpkg.com/tabulator-tables@4.2.7/dist/js/tabulator.min.js”.

UPDATE
Ok, if I create a JS asset file and load that instead, using the code grabbed directly from that URL, then all is well again (Actually, it only works in the source dependency app, not in the app that is dependent on it) . But it does not work at all when loaded directly.

Any ideas as to why?

Moving to Bug Reports.

We deployed an update at 0838 UTC today (0938 UK time), but we didn’t touch anything that’s likely to have affected running JS or the interop.

Running an app with

<script type="text/javascript" src="https://unpkg.com/tabulator-tables@4.2.7/dist/js/tabulator.min.js"></script>

in Native Libraries works for me.

Are you able to give me a reproduction app?

I’ll send you a private link.

I think this might have broken before today. I’ll put more details in the PM.

1 Like