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
When using newer versions of docker (or devcontainers, I updated both at the same time), devcontainers do not properly forward the internal ports. The tunnel appears to exist on the host, and in the docker shell you can curl a webpage, but the connection is broken or something.
Fix
add explicit host url to the dev and preview commands, so the url as well as the port get auto recognized.
The text was updated successfully, but these errors were encountered:
Issue
When using newer versions of docker (or devcontainers, I updated both at the same time), devcontainers do not properly forward the internal ports. The tunnel appears to exist on the host, and in the docker shell you can curl a webpage, but the connection is broken or something.
Fix
add explicit host url to the dev and preview commands, so the url as well as the port get auto recognized.
The text was updated successfully, but these errors were encountered: