Coderbit
Coderbit

Reputation: 801

`react-native run-ios` opens two debug tabs with error

I'm building an app with react-native for a few months already. Lately, when I start simulator with 'react-native run-ios' two tabs of debugger-ui are opened in a Chrome browser simultaneously and simulator gives error on Connection to http://localhost:8081/debugger-proxy?.... Closing one tab of debugger-ui and refreshing another one, plus simulator, solves the problem, but I want to figure out the reason why this is happening and solve it completely.

I think that has to do something with simulator rather than react-native itself. Any ideas where to look for solving this issue and why it occurs?

Thanks in advance.

Upvotes: 8

Views: 1062

Answers (1)

Coderbit
Coderbit

Reputation: 801

The only way I found to solve this problem is to RESET simulator completely.

Go to Simulator and click on Reset Content and Settings....

Upvotes: 7

Related Questions