Back to all

cacheMode field not persisting in appConfig.json

Hi team,

I would like to add "cacheMode": "no_cache" to the appConfig.json file.

For example:

{
"general": {
"cacheMode": "no_cache",
"userAgentRegexes": [],
"replaceStrings": []
...
}
}

The issue is that the field appears to be saved initially, but when I reopen or edit the JSON again, the "cacheMode" field is missing.

This also happens when I manually upload an edited file.