Questions
cacheMode field not persisting in appConfig.json
11 days ago by Lester Molleman
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.