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
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)
The text was updated successfully, but these errors were encountered:
turculaur
changed the title
The panorama can't be loaded
The panorama can't be loaded - Solved
Feb 14, 2023
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)
The text was updated successfully, but these errors were encountered: