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

[info] Configuration :server was not enabled for AppWeb.Endpoint, http/https services won't start #359

Closed
nelsonic opened this issue Apr 21, 2023 · 3 comments
Labels
chore a tedious but necessary task often paying technical debt T25m Time Estimate 25 Minutes tech-debt A feature/requirement implemented in a sub-optimal way & must be re-written technical A technical issue that requires understanding of the code, infrastructure or dependencies

Comments

@nelsonic
Copy link
Member

Keep getting this message in terminal when running tests on MVP:

09:10:58.203 [info] Configuration :server was not enabled for AppWeb.Endpoint, http/https services won't start

Not seen it before so logging it and will do a quick Bing (😜) to fix it. 👌

@nelsonic nelsonic added T25m Time Estimate 25 Minutes technical A technical issue that requires understanding of the code, infrastructure or dependencies chore a tedious but necessary task often paying technical debt tech-debt A feature/requirement implemented in a sub-optimal way & must be re-written labels Apr 21, 2023
@nelsonic
Copy link
Member Author

phoenixframework/phoenix#5372 ...

config :app, AppWeb.Endpoint,

needs , server: true ... 🙄

@nelsonic
Copy link
Member Author

Adding server: true to the config/test.exs just results in even more noise in the terminal when running tests:

09:16:23.626 [info] Running AppWeb.Endpoint with cowboy 2.9.0 at 127.0.0.1:4002 (http)
09:16:23.631 [info] Access AppWeb.Endpoint at http://localhost:4002

🙄

@nelsonic
Copy link
Member Author

Closing as no longer getting this. 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore a tedious but necessary task often paying technical debt T25m Time Estimate 25 Minutes tech-debt A feature/requirement implemented in a sub-optimal way & must be re-written technical A technical issue that requires understanding of the code, infrastructure or dependencies
Projects
None yet
Development

No branches or pull requests

1 participant