You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the below error, but only on some pages.
If I inspect the elements in chrome, I see the two links to the necessary dependent script files.
If I check the network tab, the two files have been loaded.
My suspicion is that this might be race condition in the loading of the asyc java script files. I am happy to try and fix it myself if you guys have a few pointers?
Thanks
Regards
Craig.
The text was updated successfully, but these errors were encountered:
I have commented out the async, and this appears to have solved the problem (which is intermittent anyway).
I think you might need to omit the async loading of the template, or find a way to ensure that the load order is preserved / correct.
I am getting the below error, but only on some pages.
If I inspect the elements in chrome, I see the two links to the necessary dependent script files.
If I check the network tab, the two files have been loaded.
My suspicion is that this might be race condition in the loading of the asyc java script files. I am happy to try and fix it myself if you guys have a few pointers?
Thanks
Regards
Craig.
The text was updated successfully, but these errors were encountered: