SecurityError: Failed to construct ‘Worker’: Script at ‘http://127.0.0.1:3000/Cesium/Workers/createVerticesFromHeightmap.js’ cannot be accessed from origin ‘http://127.0.0.1:5500’.
My nodejs configuration
There is not even a request for the corresponding js file
Is it because cesium itself does not allow loading js files from different sources?
What do I do if I need to load js files in different source directories