-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
"View In App" doesn't work, when the local environment is running from inside a dev container, even though the ports 3000 and 1442 are forwarded. This is not the case when running the dev server locally on the host machine.
Steps to Reproduce
Please be detailed and include all steps and information necessary to reproduce the issue.
- Create dev container (Node & Typescript)
- add port 3000 and 1442 to forwardPorts in devcontainer.json
- Initialize project inside container
- npm run start
- localhost:3000 -> View in App
Expected Behavior
That the page doesn't show an error
Actual Behavior
The page shows an error, that the local dev server is not running.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working