Losing my sanity here…
Using Phoenix 1.7.0-rc.0 with liveview 0.18.3.
Everything was fine, and suddently, I get error messages containing module Phoenix.View is not loaded and could not be found.
Figured out I had to replace all occurences of Phoenix.View by Phoenix.Template since 1.7, so I did it. Now I get these:
no "live" html template defined for MyAppWeb.LayoutView
Any help appreciated, thanks!