-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to local server #1620
Comments
Can you share your code for the store configuration And also you don't need to connect to custom / local server |
Sure, my
If I don't need to connect to my (local) server, how do I initialize/use the extension? |
https://reactnative.dev/docs/next/other-debugging-methods I managed using the react native debugger which is easy, but i not tryied on extension. Remote debugging must be enabled to connect with react native debugger. To do this, you need to import... import NativeDevSettings from 'react-native/Libraries/NativeModules/specs/NativeDevSettings'; And add the following code to your main component: const connectToRemoteDebugger = () => { |
I'm noob to RTK, using for React/Nextjs, and have installed Redux DevTools extension in Mac Chrome browser but cannot connect to my localhost:3000 server. I'm using
configureStore()
which should automatically enable DevTools according to doc. Searching online and can't find any troubleshooting help.I get this error in the console every time I try to connect:
The text was updated successfully, but these errors were encountered: