You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using electron http request, you don't set a cache control.
This created an issue for me while getting the latest.json. It was always reading the cache even the file actually changed on my server.
To fix that i actually just added:
When using electron http request, you don't set a cache control.
This created an issue for me while getting the latest.json. It was always reading the cache even the file actually changed on my server.
To fix that i actually just added:
here (though i am not using the very last version)
The text was updated successfully, but these errors were encountered: