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 think I could make a bug reproducing repo in free time, but what caused this in my case is a dependency.
In dependency, there is macro @api_key Application.compile_env(:my_app, :api_key) (yes I know I shouldn't use that, I will change it) which requires setting it in somewhere in config.exs but if I don't do that header value becomes nil and bum bug. :)
In my config, I use System.get_env to fetch header value
I am using Tesla with Finch adapter