dwyl / mvp

📲 simplest version of the @dwyl app
https://mvp.fly.dev
GNU General Public License v2.0
84 stars 2 forks source link

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

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

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 commented 1 year ago

https://github.com/phoenixframework/phoenix/issues/5372 ...

https://github.com/dwyl/mvp/blob/d1d7f27e2006cfe2cb2632e7a4acb0f780cb821a/config/config.exs#L7

needs , server: true ... 🙄

nelsonic commented 1 year ago

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 commented 1 year ago

Closing as no longer getting this. 👌