-
Phoenix version: 1.7.11
-
Elixir version 1.16.1
I’m pretty noobie, and I’m trying to figure out LiveView and Phoenix. I generated a new LiveView withmix phx.gen.live
and got it all set up so I can create new stuff. When I create one, though, I get the following error:[error] Bandit.HTTP1.Handler #PID<0.2349.0> received unexpected message in handle_info/2: {:now_available, #Reference<0.1391554934.1696071681.216453>}
[error] Bandit.HTTP1.Handler #PID<0.2349.0> received unexpected message in handle_info/2: {:now_available, #Reference<0.1391554934.1696071681.216994>}
I must be missing it, but I can’t find much documentation for what the :now_available
is for, and how I should handle it. Any guidance? Thanks!