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
I have found the bug that's causing this problem. It's a problem with our recent way of reading arguments from the configuration. I'll fix this soon (probably tomorrow). But for now, you can use the Environment variable EXTATUS_PORT to set your port.
This environment variable must exist before you compile extatus (this is the bug). So, you need to do mix deps.clean --all, mix clean, set the variable EXTATUS_PORT and then recompile everything.
If these steps don't work, let me know. For now, I'll mark this as a bug.
Hi!
I add extatus in my mix:
add config in config/config.exs
add gen server how in example.
add
:extatus
in application section mix.exsadd
Instrumented
to supervisorbut when i start my application i see error:
this error because port is nill. But why?
The text was updated successfully, but these errors were encountered: