Skip to content
Discussion options

You must be logged in to vote

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:

  • console.log (yeah… a bit painful 😅)
  • or wrapping the ServerFn and logging there once instead of everywhere

Devtools are still kinda evolving so maybe this comes later, but I haven’t seen anything official about it so far.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AuroraTea
Comment options

@lokeshwardewangan
Comment options

Answer selected by AuroraTea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants