You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some time today to dig into this and the issue is that you are on the server so the normal session injection isn't working. Atm there's no way to pass the event to the mutation so that it can be picked up like it is for queries. I'll make sure this is fixed for 1.0
Describe the bug
for fetch call, I am getting session data as expected
But, for mutate call, same client not printing the session data
My client
hook where I set token into session.
Severity
serious, but I can work around it
Steps to Reproduce the Bug
https://github.com/xmlking/svelte-starter-kit
Reproduction
https://[email protected]/xmlking/svelte-starter-kit.git
The text was updated successfully, but these errors were encountered: