After creating a small Hello World using LiveView I tried to put it on an Umbrella project with no webpack. I’ve followed Walk-Through of Phoenix LiveView | Blog · Elixir School (which worked well in the HelloWorld) but now I can’t see the [info] Replied Phoenix.LiveView.Socket :ok message I should see.
The umbrella project has two apps: a phoenix web and an elixir (much like a similar Phoenix app but with Umbrella. Don’t ask me why, it was already there) and I’ve added all the stuff to the web app (including deps).
I know it’s difficult to give advice without showing the code, but does anybody know what I’m missing?






















