l-vincent-l
Unable to start app in umbrella
Hi everybody,
I’m trying to separate my Ecto Repo from my Phoenix app.
I already have an umbrella app, but the ecto is not starting, I have an error saying : Could not start application transport: {:not_running, :db}
I don’t have any other error, message, I added log messages in Ecto.Repo.start_link and they are displaying, I don’t know how to debug it because I can’t access the iex console since the app is not starting.
Do you have any clue on how to debug it?
The code is here GitHub - l-vincent-l/transport-site at separate_repo · GitHub
Most Liked
l-vincent-l
I found my error.
In the configuration the module in config, :name_app, Repo, types: didn’t exist in this app.
I tried to find a way to contribute to Ecto and add a log when that happens, but I think I have to look in postgrex.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









