Hi all! 🙂
I went through the Quick Start and installed my starter app. The app isn’t showing in Safari but is working fine in Chrome. I don’t have any extra content blockers running in Safari.
When the window loads in Safari, I get this error in the console 7 times:
Unrecognized Content-Security-Policy directive 'worker-src'.
Followed by 3 401s, for :
https://...cdn...chunk.css
https://...cdn...chunk.js
https://...cdn...chunk.js
Any ideas if there’s anything I can do on my side to make this work in Safari? I don’t typically write in React and am not super familiar with working with service workers.