Mark Gibbons
Mark Gibbons
It sounds like an environment issue so I would recommend asking in Sitecore Slack to get help.
In Azure CDN can you make sure that cache by query string is enabled?
I'm not sure then, I haven't tested it with JSS / Azure CDN / Azure Front Door, only with CloudFlare (no JSS). I'd say its more likely an issue with...
Newer versions of safari support WebP, so I dont see too much value in JPEG 2000. But will be led by community popularity.
Not all regions support Application Insights so you're better off just specifying the applicationInsightsLocation parameter.
I don't know if it would work but have you tried to exclude that field specifically? http://www.flux-digital.com/blog/excluding-specific-fields-unicorn-serialisation-field-filter/ Also I'd recommend updating to the latest unicorn as that version has known...
I had a quick look - SharpZipLib is a dependency brought in by Sitecore: Sitecore 10.0 and lower is SharpZipLib 0.86 Sitecore 10.1 is SharpZipLib 1.2 Sitecore 10.2 is SharpZipLib...
Sounds good, I think the same goes for the test project in Rainbow.
I was somewhat surprised actually, ended up attaching the debugger as it didn't click for me what the issue was until I saw dilithium was the culprit. I'm just thinking...
The issue is that node-fetch is being excluded by webpack. https://github.com/node-fetch/node-fetch/issues/450 The fix is to not use the null-loader for .mjs files - in `server.vue.config.js` - `config.module.rules.unshift` add |mjs| to...