Update from Phoenix 1.4.9 to 1.4.17 -> Router.Helpers Problem

I guess that the code update of the live view caused that.

After I had figured out that I among other things needed to replace the following, it worked again:

plug :fetch_flash
plug Phoenix.LiveView.Flash

by

import Phoenix.LiveView.Router
...
...
plug :fetch_live_flash