#Cache update not working (maybe SSR?)

8 messages · Page 1 of 1 (latest)

vast ocean
#

I have a next app with this page that prefetches data

#

on this page I use a hook to
1: get user data to display user data
2: muate user data like

#

the mutations request is successful but it is not seen on my UI.

#

Does anybody know why the mutation is not reflected on the app?

exotic coral
#

I guess you should learn how to take screenshots or copy and paste code

#

Your issue is in line 23. why are you creating a new queryclient??

#

useQueryClient

vast ocean