#How to debug Serialized Server Finction

5 messages · Page 1 of 1 (latest)

last tide
#

I realized server function serialize all information when I look network tab through browser. Sometimes, I may want to check actual api response through deployed app’s browser network tab to see data is actually returned, but how people solve this situation when using server function?

last tide
#

How to debug Serialized Server Finction

clear carbon
#

what is your question here really? you can still see the data, but in its serialized form

storm crane
#

I would like to inspect the network tab and easily see the functions names called and the payload sent/received.

#

I can't easily know which server function is called, even if I am in DEV mode