SecurityError: Failed to construct 'Worker'

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
CE6B7029-759C-4db7-AE36-1BDA6750D4A4
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