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
Start develop proxy before actual develop process (#25015)
This should fix Codesandbox sometimes exposing the wrong port.
They simply expose the first port that is ever opened at `:80`, which before
could be the random port assigned to the actual develop process.
By always starting the proxy at `:8000` (or the user selected port),
Codesandbox _should_ always expose that port at `:80`, resolving any
incompatibilities.
0 commit comments