I've been doing a lot of Phoenix upgrades and general clean-up at work and now it's time to do the same for my personal sites!
I'm going to stream it in about 5 minutes at twitch.tv/alchemistcamp#MyElixirStatus
Solution: This happens if you have the following line in your MixProject.project/0 function
compilers: [],
You have to delete the entire line when removing :phoenix from the list because the default behavior is different from explicitly setting compilers to [].
#myelixirstatus
Anyone seen this when upgrading to @elixirphoenix 1.7?
failed to start child: AppWeb.Endpoint
...
** (UndefinedFunctionError) function Phoenix.Endpoint.Supervisor.url/1 is undefined or private
Anyone seen this when upgrading to @elixirphoenix 1.7?
failed to start child: AppWeb.Endpoint
...
** (UndefinedFunctionError) function Phoenix.Endpoint.Supervisor.url/1 is undefined or private