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.
6 Likes