LiveDashboard: No Ecto repository was found running on this node
AshPostgres
I created a new project that has ash, ash_phoenix, ash_admin, and ash_postgres installed. I spin up a local postgres via docker compose and made some simple crud. Now when I visit
localhost:4000/dev/dashboard/ecto_stats
localhost:4000/dev/dashboard/ecto_stats
it shows:
No Ecto repository was found running on this node. Currently, only PostgreSQL, MySQL, and SQLite databases are supported. Depending on the database, ecto_psql_extras, ecto_mysql_extras, or ecto_sqlite3_extras should be installed. Check the documentation for details.
No Ecto repository was found running on this node. Currently, only PostgreSQL, MySQL, and SQLite databases are supported. Depending on the database, ecto_psql_extras, ecto_mysql_extras, or ecto_sqlite3_extras should be installed. Check the documentation for details.
Is there something missing? I wanted to see some stats for ecto
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.