Hi,
I am getting an error while importing meshes while host the project in a particular server. I am not getting this in all servers. Because of, some unavoidable reasons, I can’t share the server details. I give the error message below. Please have a look into this, and if you faced it already, help me on this.
Unable to import meshes from assets/xxxx/yyyy.glb /meshes/0/primitives/0: Failed to construct ‘Worker’: Access to the script at 'blob:https://www.xxxxx.yyy is denied by the document’s Content Security Policy
Don’t take that as a solution but as an advice, as this is your site’s security settings (!!) and they are there for a reason, but setting something like this:
worker-src 'self' blob: ;
as your workers security policy will probably fix that.