Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable To Open Index.html file in Chrome Browser #468

Open
aditya5867 opened this issue May 18, 2024 · 1 comment
Open

Unable To Open Index.html file in Chrome Browser #468

aditya5867 opened this issue May 18, 2024 · 1 comment

Comments

@aditya5867
Copy link

I am unable to view Marzipano-generated panorama images in an index.html file format using the Chrome browser. The file opens correctly in Microsoft Edge after I go to Settings > Default Browser, paste the file path there, and allow it. After refreshing the page, the index.html file displays correctly in Microsoft Edge. However, it does not work in the Chrome browser. What settings should I adjust in Chrome to view the index.html file correctly?

@campmdabt
Copy link

Sounds like Edge is just allowing you to load a file without a local server, which it really shouldn't be. So what you're seeing on Chrome is expected behavior.

You need to use a local file server to serve your content at a port on your local pc, and you'll be able to access it in your browser at something like https://localhost:12345/

Check this thread: https://groups.google.com/g/marzipano/c/G-w2d6vXDiA/m/8I9CoZW-CAAJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants