Refine DevTools not working
Hello! I've tried doing my homework before asking this question. But I can't seem to get the Refine DevTools working:
- I've upgraded to the latest Refine packages (including DevTools)
- I've wrapped my
- I'm starting the dev server with
- The refine dev server is running on port
- The refine devtools server is running on port
- No Devtools panel is appearing in my refine app
- The Refine Devtools server says
I just want to preview my Tanstack Query queries and inspect the generated query keys, but I have to hop through these hoops now that the Tanstack Query devtools were removed from Refine. Thank you!
- I've upgraded to the latest Refine packages (including DevTools)
- I've wrapped my
Refine component in DevtoolsProvider and added DevtoolsPanel to my app- I'm starting the dev server with
refine dev NOT refine start- The refine dev server is running on port
5173- The refine devtools server is running on port
5001 ( default)- No Devtools panel is appearing in my refine app
- The Refine Devtools server says
No app connectedI just want to preview my Tanstack Query queries and inspect the generated query keys, but I have to hop through these hoops now that the Tanstack Query devtools were removed from Refine. Thank you!



