1 min readOct 17, 2019
I'm not that familiar with SSR, but I'd assume that you would have two instances of CookieService: One on the server-side and one client-side. I would also assume that whenever that cookie is updated, one of the two CookieServices get out-of-date unless it reads the cookie again.
Again, these are assumptions. That's where I'd start looking to debug your code.