Git Product home page Git Product logo

Comments (6)

josevalim avatar josevalim commented on August 16, 2024

Hi @kypse, can you please provide more information? How are you creating the umbrella? Which Elixir and Phoenix versions? Can you provide a minimal app that reproduces it?

What is most likely happening is that the project is not depending on phoenix_ecto directly.

from phoenix_ecto.

kypse avatar kypse commented on August 16, 2024

Hi @josevalim ,

Sorry for delay in my response. During the day employee and at night a dreamer. ;)

elixir -v
Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] [dtrace]
Elixir 1.12.2 (compiled with Erlang/OTP 24)

mix phx.new --version
Phoenix v1.5.9
Mix 1.12.2 (compiled with Erlang/OTP 24)

Please attached the output for a testing project.
create_project.txt
Screen Shot 2021-08-18 at 18 17 26
project_start.txt

Thanks for your reply.

from phoenix_ecto.

josevalim avatar josevalim commented on August 16, 2024

I think for some reason your app is getting a very old version of phoenix_ecto. Can you please send your mix.lock too?

from phoenix_ecto.

josevalim avatar josevalim commented on August 16, 2024

Do this. Find the mix.exs under _web and replace this:

{:phoenix_ecto, "~> 4.0"},

By this:

{:phoenix_ecto, "~> 4.4"},

I will push a fix to the generator.

from phoenix_ecto.

josevalim avatar josevalim commented on August 16, 2024

And thanks for the report!

from phoenix_ecto.

kypse avatar kypse commented on August 16, 2024

Great!
Thank you! Obrigado!

from phoenix_ecto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.