Have you ever come across an error in Construct 3 where you try to load a JSON from a URL but it always comes back empty? If I access the URL through the browser, it opens without any problems. I've tried different URLs, changed the cross-domain to "*", but every time Construct reads it, it clears everything in it. If I try to pull any other data that is not JSON in this "c2array" format, it comes without any problems (including JSONs in different formats). Does anyone have any idea what this might be?
Develop games in your browser. Powerful, performant & highly capable.
Are you waiting for Ajax to finish loading the JSON?
It works fine for me.
If you have a small demo of the Array that fails could be helpful to see if there are any errors.
Also, press F12 on Chrome and see if there are any errors on the console log
I identified the error through the browser console thanks to your tip. Thank you.