Hello @rogierlankhorst,
Thank you for your help. I followed the instructions you gave. When I install the zip folder, two things happen:
- the plugin dashboard is accessible again;
- there are no errors in the console but a message :
JQMIGRATE: Migrate is installed, version 3.4.1
styled-components: it looks like an unknown prop “right” is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via <StyleSheetManager shouldForwardProp={...}>
(connect an API like @emotion/is-prop-valid
) or consider using transient props ($
prefix for automatic filtering.)
When I put back the ‘normal’ version of the plugin, the problem reappears, with the following errors:
JQMIGRATE: Migrate is installed, version 3.4.1
416.755d05bc797565475998.js:1 Uncaught TypeError: Cannot create property 'webpackChunkburst_statistics' on string ''
at 416.755d05bc797565475998.js:1:48
index.e4565fa59245cc2eb245.js?ver=e4565fa59245cc2eb245:1 Uncaught (in promise) ChunkLoadError: Loading chunk 416 failed.
(missing: https://chanvredc.com/wp-content/plugins/burst-statistics/settings/build/416.755d05bc797565475998.js)
at o.f.j (index.e4565fa59245cc2eb245.js?ver=e4565fa59245cc2eb245:1:53758)
at index.e4565fa59245cc2eb245.js?ver=e4565fa59245cc2eb245:1:51609
at Array.reduce (<anonymous>)
at o.e (index.e4565fa59245cc2eb245.js?ver=e4565fa59245cc2eb245:1:51574)
at index.e4565fa59245cc2eb245.js?ver=e4565fa59245cc2eb245:1:57160
at Ur (react-dom.min.js?ver=18.2.0:10:73411)
at El (react-dom.min.js?ver=18.2.0:10:93232)
at react-dom.min.js?ver=18.2.0:10:91974
at xl (react-dom.min.js?ver=18.2.0:10:92039)
at fl (react-dom.min.js?ver=18.2.0:10:85808)
679.47b1cf43b261994c8e9d.js:1 Uncaught TypeError: Cannot create property 'webpackChunkburst_statistics' on string ''
at 679.47b1cf43b261994c8e9d.js:1:48
To answer the question you asked (the difference between sites on which Burst works perfectly and sites on which it doesn’t), here are the observations I can give you from my side:
- Difference in host: the site with the bug is hosted by Infomaniak, all my other sites are hosted by oswitch.
- E-commerce site: the site in question works with Woocommerce, which is not the case for the others.
I don’t know if this information makes things clearer for you.
Thank you very much for your feedback.
Have a nice day!