Consume_uploaded_entries/3 - undefined function

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_ls and _build folders
  • 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.server and it worked.