You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a common issue with threejs. Modern day browsers block scripts from accessing local files as a security features. The two ways to fix it are to host all files on a web server. Or launch chrome from cmd with the --allow-file-acess-from-files flag. The latter is somewhat dangerous tho
Getting 2 cross origin request issues when running this locally:
three.min.js:386 XMLHttpRequest cannot load file:///Users/mac/_DEV/_LAB/threejs-animation-workflow/textures/ground.png. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
three.min.js:386 XMLHttpRequest cannot load file:///Users/mac/_DEV/_LAB/threejs-animation-workflow/models/eva-animated.json. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
The text was updated successfully, but these errors were encountered: