Hello,
I’ve never played with local storage before, my goal is to cache a specific API/serverconnect call.
I’ve created a local storage and applied it to the concerned serverconnect:
When I load the page, the datastream from that call is actually cached and working as expected, but a majority of other api calls error out (without error message):
If I remove the local storage, all api calls function again:
I haven’t defined any structure to the local storage, but since the caching works fine, I’m assuming that is not part of the error. Would anyone have guidance on this?