Nextjs Server Action doesnt return anything in Query!?
Hello everyone,
I would like to use my nextjs server actions in Tamstack Query, but the it doesnt return anything.
In thr DevTools, it writes some info about the query, but no data is getting received, from the server side function, when i try to use the Query on the client side.
I have added a separated QueryClientProvider function ehich i added to thr main Layout, this works without issues, only the query doesn't return any data.
What could be the problem here?!
0 Replies