You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Currently, if you hit the Go Live button while Chrome is already open with remote debugging turned off, and you say "yes" to relaunching Chrome, you end up with two preview tabs--the tab that was opened before we recognized that Chrome needed to be launched, and a second tab that actually has the live connection. After Chrome is relaunched, we should look for the old tab in the debugger info JSON and close it before opening the new tab.
UPDATE: you have to have "reopen tabs on startup" turned on in Chrome.
The text was updated successfully, but these errors were encountered:
Currently, if you hit the Go Live button while Chrome is already open with remote debugging turned off, and you say "yes" to relaunching Chrome, you end up with two preview tabs--the tab that was opened before we recognized that Chrome needed to be launched, and a second tab that actually has the live connection. After Chrome is relaunched, we should look for the old tab in the debugger info JSON and close it before opening the new tab.
UPDATE: you have to have "reopen tabs on startup" turned on in Chrome.
The text was updated successfully, but these errors were encountered: