[RC] createServerFn: Getting encoded response in network tab
Hi all,
Since the RC update we are getting encoded responses in the network tab.
How can we get the raw response back in the network tab?
Example of the encoded response we get now:
Thanks alot!
5 Replies
ratty-blush•3mo ago
we use a more powerful serializer for server functions now (same as we did with SSR already ). this has this serialization format.
ideally you shouldn't care about that format .
why are you though ?
deep-jade•3mo ago
I'm getting this error/behaviour as well, I'm not serialising data back, just returning an object and that's the response I'm getting as well
ratty-blush•3mo ago
so you are looking at the raw network response?
deep-jade•3mo ago
never mind manuel, you're right, replied in the other thread, sorry for bothering 🙂
relaxed-coral•2mo ago
Hi! So, it's not possible to inspect the original API data structure in the network tab anymore? That's something I do all the time... what am I misisng? 🤔