zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.81k stars 139 forks source link

Can I use "remote-redux-devtools" to debug my Nextjs Web application ? #157

Closed dhruvsakariya-alchemy closed 1 year ago

dhruvsakariya-alchemy commented 1 year ago

I am building web application using Nextjs and redux-toolkit. I want to use redux-devtool while doing chrome remote debugging from my mobile. but i am not getting it.

dhruvsakariya-alchemy commented 1 year ago

enter image description here

👆 This is my chrome remote debugging environment over the http network. ( mobile & desktop are connected to same wifi 📶)

enter image description here

I want to access redux state in my chrome remote debugging environment. but i am unable to do it

Can You help sir !? @zalmoxisus

dhruvsakariya-alchemy commented 1 year ago

import devToolsEnhancer from 'remote-redux-devtools';

image

This is How i did but getting this error in console

image