Disabling ssr (` ssr: false`) produces this error > Unexpected token u in JSON at position 0 commenting out this line works ```js cache.restore(JSON.parse(JSON.stringify(nuxt.payload.data["apollo-" + clientId]))); ```  Not sure why this happened
Disabling ssr (
ssr: false) produces this errorcommenting out this line works
Not sure why this happened