primary-violetP
Refine2y ago
30 replies
primary-violet

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
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 connected


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!
image.png
image.png
image.png
Was this page helpful?