Antony
1
My app makes reference to JQuery with the following line of Wappler generated code:
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh" crossorigin="anonymous"></script>
However it has suddenly stopped loading correctly, which means my entire app is broken...
How can I fix this? 
Can I easily change the app to use a local copy of this file?
Network:
Console:
JonL
2
Yep. Easy fix. You can change it for a local copy of the same version or another remote CDN URL.
George
3
That is why we have also local options for the frameworks next to the cdn option.
So just choose to use jquery local and not the cdn version.
Seems the cdn site have some troubles, but usually it is all solid as millions of sites depends on it.
Antony
4
Thanks for your input folks!
Upon further investigation, it was only broken on my laptop… so I’m guessing I’ll need to try to flush that file or maybe everything from my cache…
Antony
5
So I’ve done a clear cache in Chrome as below, but the problem persists on my laptop… any other ideas about how I can fix this?
Since I have the problem now, I can only assume my clients will get it some time in the future!
Is it an issue in incognito mode in chrome on your laptop @Antony?
George
7
Try to disable your adblocker
Antony
8
It is in all modes, across the app on three domains, and in both FF and Chrome! 
Have you checked to see if antivirus is blocking it?
Antony
10
Well it has miraculously started working again now on my laptop… maybe I needed to also do a reboot after clearing the cache…
@datguru, @George, @JonL and @Dave, thanks for your suggestions and caring! 
3 Likes