You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are using the latest LiveView and Dashboard versions before continuing.
This is on a freshly created Phoenix application mix phx.new. The only trick is that I’m using an umbrella setup, but I do not think that will change the error.
By reliably failing, I mean that I have been able to reproduce it 5–6 times in a row. Remove :os_mon, restart (disabled). Add :os_mon, restart (enabled, crash), restart (enabled, no crash). Rinse and repeat.
Environment
Make sure you are using the latest LiveView and Dashboard versions before continuing.
This is on a freshly created Phoenix application
mix phx.new
. The only trick is that I’m using an umbrella setup, but I do not think that will change the error.Elixir version (elixir -v):
Phoenix version (mix deps):
phoenix 1.7.10 (Hex package) (mix)
Phoenix LiveView version (mix deps):
phoenix_live_view 0.20.2 (Hex package) (mix)
Phoenix Dashboard version (mix deps):
phoenix_live_dashboard 0.8.3 (Hex package) (mix)
Operating system: macOS 13.6.3 22G436 arm64
Browsers you attempted to reproduce this bug on (the more the merrier): n/a, but Safari
Actual behavior
iex -S mix phx.server
; visit live dashboard: OS is not enabled (expected).mix.exs
(in an umbrella this would beapps/main_app/mix.exs
to add:os_mon
toextra_applications
.iex -S mix phx.server
; visit live dashboard. OS is enabled (expected). Click on it produces the crash below.iex -S mix phx.server
; visit live dashboard. OS is enabled and does not crash.Expected behavior
Not a process crash. It seems odd that this is failing this way — but it is reliably failing this way.
The text was updated successfully, but these errors were encountered: