-
Notifications
You must be signed in to change notification settings - Fork 11
Description
H!!
I am trying to compile the application, like it is said in the manual. But I got such a mistake:
[notice] Application runtime_tools exited: :stopped
** (Mix) Could not start application riichi_advanced: RiichiAdvanced.Application.start(:normal, []) returned an error: shutdown: failed to start child: RiichiAdvancedWeb.Endpoint
** (EXIT) shutdown: failed to start child: {RiichiAdvancedWeb.Endpoint, :http}
** (EXIT) shutdown: failed to start child: :listener
** (EXIT) :eacces
It is the result of the last step in the manual:
HTTPS_PORT=4000 iex -S mix phx.server
Does anybody know what is wrong ?
Erlang and Elixir versions:
Erlang/OTP 28 [erts-16.1.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Elixir 1.19.4 (compiled with Erlang/OTP 28)