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'm getting this error if I configure the host in runtime.exs:
[info]ERROR! the application :phoenix_analytics has a different value set for key :app_domain during runtime compared to compile time. Since this application environment entry was marked as compile time, this difference can lead to different behavior than expected:
[info] * Compile time value was set to: "example.com"
[info] * Runtime value was set to: "kogupere.ee"
[info]To fix this error, you might:
[info] * Make the runtime value match the compile time one
[info] * Recompile your project. If the misconfigured application is a dependency, you may need to run "mix deps.clean phoenix_analytics --build"
[info] * Alternatively, you can disable this check. If you are using releases, you can set :validate_compile_env to false in your release configuration. If you are using Mix to start your system, you can pass the --no-validate-compile-env flag
meaning i'm now forced to configure that same host in compile time also! but my whole project conf is in runtime. i don't even have the host env var in compile time. ended up hardcoding into compile time. quite annoying.
The text was updated successfully, but these errors were encountered:
I'm getting this error if I configure the host in runtime.exs:
meaning i'm now forced to configure that same host in compile time also! but my whole project conf is in runtime. i don't even have the host env var in compile time. ended up hardcoding into compile time. quite annoying.
The text was updated successfully, but these errors were encountered: