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
Hello all, am trying to make SurfaceUI and SurfaceCatalogue work on a Phoenix 1.7.0-rc.0 installation. I've had it work properly on a Phoenix 1.6 installation before.
Describe the bug
On calling localhost:4000/catalogue I get:
UndefinedFunctionError: function nil.live_path/2 is undefined
Digging into the error report I see a "nofile" error:
Hello all, am trying to make SurfaceUI and SurfaceCatalogue work on a Phoenix 1.7.0-rc.0 installation. I've had it work properly on a Phoenix 1.6 installation before.
Describe the bug
On calling localhost:4000/catalogue I get:
UndefinedFunctionError: function nil.live_path/2 is undefined
Digging into the error report I see a "nofile" error:
How to reproduce it
> 0.9.0"}, {:surface_catalogue, "> 0.5.2"}, {:phoenix_view, "~> 2.0"} (phoenix_view because otherwise surface_catalogue errors on missing view functions)mix surface.init --demo --catalogue
mix phx.server
and see the error occurThe behavior you expected
Would have expected http://localhost:4000/catalogue to show me a demo catalogue
Your Environment
Surface: v0.9.0
SurfaceCatalogue: v0.5.2
LiveView: v0.18.3
Elixir: v1.14.1
Full error log attached below
UndefinedFunctionError_at_GET_|catalogue.md
The text was updated successfully, but these errors were encountered: