Skip to content
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

SocketProtocolError Client connection establishment timed out code: 4007 #133

Open
ghasemikasra39 opened this issue May 29, 2019 · 1 comment

Comments

@ghasemikasra39
Copy link

react-native: 0.59.8
OS: Ubuntu 18.04.2 LTS

const composeEnhancers = composeWithDevTools({actionCreators, trace: true, traceLimit: 25});

export const ConfigureStore = () => {
    return createStore(
        combineReducers({
            posts: postsReducer,
            users: usersReducer
        }),
        composeEnhancers(applyMiddleware(thunk, log, api))
    );
};

Suddenly stopped working. And I get this error:

image

@Maddumage
Copy link

I got the same error with react native 0.62.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants