Just fixed that weird issue:
- left VS Code
- set up the elixir version to
elixir 1.15.6-otp-25, - removed from the Terminal
.elixir_lsand_buildfolders - install the dependencies again with
mix deps.get - compile the app with
mix compile→ no errors, yay! - start the app as usual with
mix phx.serverand it worked.






















