• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Can't load 360 view from external storage

evil

Chevereto Member
Can't load 360 view when only external storage is active, but when only local storage is active everything is fine

▶🚶‍Reproduction steps
  1. Upload a 360 image when only external storage is active
  2. Try to load 360 view
😢Unexpected result

The file could not be accessed

📃Error log message

Nothing there
 
The 360 viewer works by loading the image as a binary resource, then it creates all the canvas needed for displaying. The error you get is because the viewer tries to load an external URL:

Code:
Access to XMLHttpRequest at 'https://i.nfhost.me/images/2020/11/27/50626998582_f5a52a0210_o.jpg' from origin 'https://nfhost.me' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

You need to enable CORS for nfhost.me > i.nfhost.me (do it where that URL resolves).
 
Back
Top