Open
Description
I'm using next.js and on first server side page load am getting the error The cache location provided is not valid. Provided value: localStorage. Possible values are: localStorage, sessionStorage.
because localStorage is only available on the client.
Any help would be much appreciated. Thanks.