{{ message }}
Does DevTool support ServerFn call debugging? #355
-
Beta Was this translation helpful? Give feedback.
Answered by
lokeshwardewangan
Apr 15, 2026
Replies: 1 comment 2 replies
-
|
Short answer: nope, not supported rn. TanStack Devtools don’t really have anything for inspecting ServerFn calls yet (like payload/response/errors). What you’re seeing in Network tab is kinda expected — it’s all serialized so yeah… not very helpful to read. You didn’t miss anything btw, there’s no UI for stuff like fn name, params, result etc. For now mostly what I’ve been doing is:
Devtools are still kinda evolving so maybe this comes later, but I haven’t seen anything official about it so far. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AuroraTea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Short answer: nope, not supported rn.
TanStack Devtools don’t really have anything for inspecting ServerFn calls yet (like payload/response/errors). What you’re seeing in Network tab is kinda expected — it’s all serialized so yeah… not very helpful to read.
You didn’t miss anything btw, there’s no UI for stuff like fn name, params, result etc.
For now mostly what I’ve been doing is:
Devtools are still kinda evolving so maybe this comes later, but I haven’t seen anything official about it so far.