Grafana Twin Maker Scene plugin shows "Load 3D Scene failed with Network Failure"

0

Hi! Any ideas on fixing the "Load 3D Scene failed with Network Failure" when trying to load up my scene into Grafana from Twin Maker?

AWS
EXPERT
demandé il y a 2 ans425 vues
1 réponse
0
Réponse acceptée

The Amazon S3 bucket on which the 3d model files are stored is missing CORS policies. To fix, add the following CORS policy to the Amazon S3 bucket:

[
    {
        "AllowedHeaders": [
            "*"
        ],
        "AllowedMethods": [
            "GET",
            "PUT",
            "POST",
            "DELETE",
            "HEAD"
        ],
        "AllowedOrigins": [
            "*"
        ],
        "ExposeHeaders": [
            "ETag"
        ]
    }
]
AWS
EXPERT
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions