Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port settings is not respected #494

Open
simPod opened this issue Jan 31, 2024 · 1 comment
Open

Port settings is not respected #494

simPod opened this issue Jan 31, 2024 · 1 comment

Comments

@simPod
Copy link

simPod commented Jan 31, 2024

What happened:

node build/app.js server --port=8084

{"level":"info","message":"HTTP Server started, listening at http://localhost:8081"}

What you expected to happen:

- {"level":"info","message":"HTTP Server started, listening at http://localhost:8081"}
+ {"level":"info","message":"HTTP Server started, listening at http://localhost:8084"}

How to reproduce it (as minimally and precisely as possible):

yarn install --pure-lockfile
yarn run build
node build/app.js server --port=8084

Anything else we need to know?:

Environment:

  • Grafana Image Renderer version: aca8ee6
  • OS Grafana Image Renderer is installed on: macos
  • User OS & Browser: macos
@simPod
Copy link
Author

simPod commented Jan 31, 2024

HTTP_PORT=8084 node build/app.js server works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant