[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!
4 Replies
like-gold•2w 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 ?
flat-fuchsia•2w 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
like-gold•2w ago
so you are looking at the raw network response?
flat-fuchsia•2w ago
never mind manuel, you're right, replied in the other thread, sorry for bothering 🙂