CORS blocking external json

hey! i cant load external Json files from the server.

is it possible or did i have wrong CORS settings?

As in hosted test, (ext-twitch) you have the Twitch Side setup correctly (CSP) but not the server side setup correctly (CORS)

Your EBS has no CORS header as indicated.

Specifically the Access-Control-Allow-Origin header, and possibly other CORS related headers

Ok thanks!