JeremyHeleine / Photo-Sphere-Viewer

A JavaScript library to display Photo Sphere panoramas.
851 stars 943 forks source link

The panorama can't be loaded - Solved #127

Open turculaur opened 1 year ago

turculaur commented 1 year ago

The error show up on Chrome(note that if I open chrome with --disable-web-security it is working fine), on console I have the error: TypeError: Cannot read properties of null (reading 'getReader') at three.min.js?202302091102:6:500199

I think this happens because of the security policies, Chrome don't allow me to load image from the url without having an image html tag.

Can you please advise me how to solve this issue?

Thanks.

Chrome: Version 110.0.5481.77 (Official Build) (64-bit)

turculaur commented 1 year ago

I fixed it by allowing cors on the server that serve images.