Attempting to upload a 3D model from a local file during runtime is resulting in a CORS error message. While utilizing http-server for uploading predetermined models at the beginning works fine, the issue arises when trying to upload random objects from local files to the scene. What is the recommended approach to circumvent the CORS error in this scenario?
When it comes to loading, the "OBJLoader" from has been utilized.