useCookie empty on client?
I'm using useCookie with universal rendering.
However, when I try to access my cookie client side, it appears to be undefined however, SSR shows the cookie is there but then gets unset after?
Not sure why this is, here is my code and my cookie, this is all inside app.vue
However, when I try to access my cookie client side, it appears to be undefined however, SSR shows the cookie is there but then gets unset after?
Not sure why this is, here is my code and my cookie, this is all inside app.vue


