T
TanStack16mo ago
sunny-green

Anyone having SSR issues after update?

After updating to latest version, I started seeing this at runtime:
No description
1 Reply
correct-apricot
correct-apricot16mo ago
Like in the message you are using vue-query hooks in a wrong place. Or in case of ssr you have multiple await's in the setup function.

Did you find this page helpful?