No live socket created on umbrella app

After creating a small Hello World using LiveView I tried to put it on an Umbrella project with no webpack. I’ve followed https://elixirschool.com/blog/phoenix-live-view/ (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?

? did you add the proper code to app.js and is that loaded in? also how do are you adding in the phoenix.js and phoenix_live.js?

1 Like