Hello,
I now have been reported 2 cases of users notifying me that they can't see my experiences built with experience builder.
Basically, it keeps loading with the loading spinner.
I debugged it with them and for each one of them, a different javascript file have been partially put in cache by the service worker. Partially meaning, the file is truncated as a consequence its execution breaks the application.
In one case, it was: /apps/experiencebuilder/jimu-core/data-source.js
In the other: /apps/experiencebuilder/experience/index.js
When debbuging I see the following (200 OK from service worker) :
Trying to display the file, it is truncated (check the very bottom of data-source.js)
This is very problematic because clearing the cache does not solve the issue. You have to manually unregister the experience builder service worker to fix this issue.
Any idea how could this have happened ?
By the way, I am running 11.3.
Thanks for listening and hopefully helping !
Best regards,
Nicolas
@NicolasGIS It seems that the cache is incorrect. Can you try to clear all the cache? Click the 'Clear site data' button in the 'Application' tab for Chrome.
Please let me know if it doesn't work.