So a weird thing happened today, had one of our users have an issue on safari using iOS 14. Everything is working fine up until the cache merging with our Bookings it throwing an error.
But anything iOS +15 is working fine. using "@apollo/client": "^3.5.10"
some people are mentioning it has to do with the credentials not being passed from the server to the client side.
curious to know if anyone has had this issue at all. For now we got the user to use chrome but might suggest them to upgrade to iOS +15.
someone had provided a gist for this issue that they said it worked but i haven't gotten it to work yet (ref https://gist.github.com/neil-gebbie-smarterley/cd8356df4c786c4c9dacfc9d46e890ac)
ill try to add more later