How do I empty the cache from json content?

Hi folks,
I am working with a project where I get information from an online json file. When I upload a new version of the json file, GDevelop sometimes doesn’t react to the changes. So I have to create a json with a new name (I add 2, 3, 4 etc at the end of the name). Is there a way to make GDevelop “forget” the old Json file?

Section and Item below are global variables that I am using to get dynamic paths from the json.

Cheers

Farid

Hi,
I assume your issue is that you’re using an arbitrary timer value, instead of checking that the content was indeed received. :person_shrugging:
This is a setting in the network action you’re using:
image

Wonderful! I didn’t find that command, so I set a timer. Tanks!!

//Farid

1 Like