Phoenix 1.5 Endpoint not starting in release

Just figured this out after a couple hours of debugging. It was a typo in my releases config. I had configured MyApp.Endpoint instead of MyAppWeb.Endpoint.

6 Likes