Hello,
I cannot load obj’s from my local hard drive anymore. It used to work just a couple of days ago. Here is playground to demo the problem - click the browse button and try to load your obj file
Please let me know if I need to load obj’s differently now
Thank you
We get a “Not allowed to load local resource” from webRequest
, I don’t know why:

cc @RaananW, I’m not sure what can explain this error between 8.5.0 and 8.6.0.
looking into that right now
2 Likes
The problem was a switch to a new API that required adding a “/” between the root URL and the filename. I can provide a solution for this playground, but since we are backwards compatible I reverted it and will go over the different use cases to make sure the new API supports all of them. This is the PR - Move back to old API till all use cases are clear by RaananW · Pull Request #16566 · BabylonJS/Babylon.js · GitHub
3 Likes