Validating compile/runtime configuration - ERROR! the application :backend has a different value set for key :basic_auth during runtime

Could you show how :basic_auth app env is used in your codebase? Looks like you’re using Application.compile_env/3 with it which performs the extra checks. If the app env is supposed to be manipulated at runtime, use Application.get_env/3 instead.

4 Likes