I'm having trouble loading an image in Chrome using TextureLoader.
I'm trying to load an image from the URL "", but I keep getting an error message that says "Access to image at '' (redirected from '') from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource." (I've tried setting loader.crossOrigin to anonymous). If I set loader.crossOrigin to undefined, the loader can load the image but it cannot be rendered with this error message "THREE.WebGLState: TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided."