laurence
laurence
TtRPC
Created by laurence on 2/22/2025 in #❓-help
TRPC not writing to QueryCache?
No description
8 replies
TtRPC
Created by laurence on 2/22/2025 in #❓-help
TRPC not writing to QueryCache?
I just realized it's probably because I'm calling all trpc endpoints server side without prefetch. So they're not in the cache. Will try switching to prefetch with hydration boundary and report back
8 replies
TtRPC
Created by laurence on 2/22/2025 in #❓-help
TRPC not writing to QueryCache?
package.json
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.9",
"@trpc/client": "11.0.0-rc.748",
"@trpc/next": "11.0.0-rc.748",
"@trpc/react-query": "11.0.0-rc.748",
"@trpc/server": "11.0.0-rc.748",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.9",
"@trpc/client": "11.0.0-rc.748",
"@trpc/next": "11.0.0-rc.748",
"@trpc/react-query": "11.0.0-rc.748",
"@trpc/server": "11.0.0-rc.748",
8 replies
TtRPC
Created by laurence on 2/22/2025 in #❓-help
TRPC not writing to QueryCache?
Are there other files I should be looking at for this? Any other things I can log or inspect?
8 replies
TtRPC
Created by laurence on 2/22/2025 in #❓-help
TRPC not writing to QueryCache?
8 replies
TtRPC
Created by laurence on 2/22/2025 in #❓-help
TRPC not writing to QueryCache?
No description
8 replies