mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1099] can't access to postwoman web #384
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#384
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stray-leone on GitHub (Aug 20, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1099
Describe the bug
After
docker-compose up, can't access the postwoman web with browserTo Reproduce
Steps to reproduce the behavior:
docker-compose upExpected behavior
A clear and concise description of what you expected to happen.
Screenshots

If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
@RenanRicoldi commented on GitHub (Aug 21, 2020):
Same here with Windows 10 and WSL2 Ubuntu.
@liyasthomas commented on GitHub (Aug 22, 2020):
Can you run
docker psand produce result?@liyasthomas commented on GitHub (Aug 22, 2020):
@JanoschDeurer can you take a look into this?
@JanoschDeurer commented on GitHub (Aug 23, 2020):
For me it looks like the npm server is serving on
localhostwhere it should use0.0.0.0. Iflocalhostis used, the site will only be available from inside the container. I don't have the time right now to give it a closer look, but if this doesn't help you find the bug, I'll look into it again on Monday or Tuesday.@liyasthomas commented on GitHub (Aug 23, 2020):
Thanks for the quick response. I'll look into it.
@liyasthomas commented on GitHub (Aug 23, 2020):
@stray-leone @RenanRicoldi pull the
latesttag and see if the issue persists.@liyasthomas commented on GitHub (Aug 23, 2020):
Issue has been solved in
github.com/hoppscotch/hoppscotch@6915ea70caAdded
HOST: 0.0.0.0todocker-compose.ymlgithub.com/hoppscotch/hoppscotch@6915ea70ca/docker-compose.yml (L21)