pd4d10 / debugtron

Debug in-production Electron based app
MIT License
1.43k stars 114 forks source link

[Bug] "Rejected an incoming WebSocket connection from the devtools://devtools origin" #27

Open KaKi87 opened 8 months ago

KaKi87 commented 8 months ago

Hi,

The following error occurs when trying to inspect an Electron app page :

ERROR:devtools_http_handler.cc(770)] Rejected an incoming WebSocket connection from the devtools://devtools origin. Use the command line flag --remote-allow-origins=devtools://devtools to allow connections from this origin or --remote-allow-origins=* to allow all origins.

Thanks

HeyCrab3 commented 4 months ago

same