You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mix deps.compile gocardless
==> gocardless
Compiling 36 files (.ex)
warning: Application.fetch_env!/2 is discouraged in the module body, use Application.compile_env/3 instead
lib/gocardless/utils/comms.ex:2: Gocardless.Utils.Comms
warning: Application.fetch_env!/2 is discouraged in the module body, use Application.compile_env/3 instead
lib/gocardless/utils/comms.ex:3: Gocardless.Utils.Comms
warning: Application.fetch_env!/2 is discouraged in the module body, use Application.compile_env/3 instead
lib/gocardless/utils/comms.ex:4: Gocardless.Utils.Comms
== Compilation error in file lib/gocardless/utils/comms.ex ==
** (ArgumentError) could not fetch application environment :api_base for application :gocardless because the application was not loaded nor configured
(elixir 1.14.3) lib/application.ex:730: Application.fetch_env!/2
lib/gocardless/utils/comms.ex:2: (module)
could not compile dependency :gocardless, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile gocardless", update it with "mix deps.update gocardless" or clean it with "mix deps.clean gocardless"
The text was updated successfully, but these errors were encountered:
Hello I get this error with
deps.compile
I use Phoenix 1.7.6
The text was updated successfully, but these errors were encountered: