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

React native debugger gives error ERR_SSL_PROTOCOL_ERROR. #725

Open
gmavritsakis opened this issue Oct 14, 2022 · 1 comment
Open

React native debugger gives error ERR_SSL_PROTOCOL_ERROR. #725

gmavritsakis opened this issue Oct 14, 2022 · 1 comment

Comments

@gmavritsakis
Copy link

gmavritsakis commented Oct 14, 2022

React Native Debugger app version: [0.13.0]
React Native version: [0.69.2]
Platform: [FILL THIS OUT: Android]
Is real device of platform: [No]
Operating System: [Windows]

React native debugger gives error ERR_SSL_PROTOCOL_ERROR.

React native debugger won't connect with metro again after having some erratic setup on a web server in my machine serving localhost where I have mistakenly set up HSTS.
I have removed the site from chrome and edge HSTS lists and I have run a local site without HSTS so as to clear that out, but still.
When I run a local site on port 8081 the debugger says ERR_CONNECTION_RESET which is ok.
As soon as I run the metro metro bundler is starts giving errors ERR_SSL_PROTOCOL_ERROR.

Does anyone know how I could reset that?
(Reinstalling RND didn't helped either).

@gmavritsakis gmavritsakis changed the title React native debugger give error **ERR_SSL_PROTOCOL_ERROR**. React native debugger give error ERR_SSL_PROTOCOL_ERROR. Oct 14, 2022
@gmavritsakis gmavritsakis changed the title React native debugger give error ERR_SSL_PROTOCOL_ERROR. React native debugger gives error ERR_SSL_PROTOCOL_ERROR. Oct 14, 2022
@gianlucalippolis
Copy link

I think this depends on your version of npm, you might try 16. I also had this problem on a project, I can still conveniently switch the version of npm using nvm before doing npm start.

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