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
You'll need to authorize both ports before you use live preview on codespaces (because of Improve experience when using Codespaces #111). Once you open the preview, go to the Ports panel and open the external links that are there for the http and websocket ports in your browser. This should authorize the private ports and allow you to use the extension.
Also you can install http port view by running npm i -g http-server in the terminal and after installation, type http-server which will open the http port you can view the file. Then open the browser and paste the address : ex: http://172.16.5.4:8080
The text was updated successfully, but these errors were encountered: