mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #3056] [bug]: Unable to change GraphQL port inside docker container and when we open GraphQL on 3000 port it shows [405: METHOD NOT ALLOWED] for GraphQL with [ERR_CONNECTION_REFUSED] #997
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#997
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 @fti-pdangare on GitHub (May 15, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3056
Is there an existing issue for this?
Current behavior
Currently we are using hoppscotch version 2023.4.1, pnpm version 8.5.0, npm version 9.6.6, node version 19.8.1. below are the steps which we follow to use hoppscotch :
http://localhost:3000/.Steps to reproduce
Below are the steps to reproduce this issue:
hoppscotch version 2023.4.1, pnpm version 8.5.0, npm version 9.6.6, node version 19.8.1.http://localhost:3000/.405 Method Not AllowedandERR_CONNECTION_REFUSED.3170.Environment
Production
Version
Local
@balub commented on GitHub (May 16, 2023):
@fti-pdangare I believe the steps followed are incorrect, after installing all the dependencies with
pnpm iwe are expected to build the docker containers and then run them. Runningpnpm run devdoes not start the backend or the admin dashboard only the hopscotch app running on port 3000, that's why you keep getting a network error. I would recommend going through our docs here for details.