Forums
(@gandotratushar)
2 years, 2 months ago
It looks like a CORS policy issue. Add the below code to .htaccess made it work.
<IfModule mod_headers.c> Header set Access-Control-Allow-Origin “*” </IfModule>