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
If I execute a remote console in the prod server I can get Application.get_env(:verk_web, :authorization) correctly. However I does not ask for authorization. I don't have more ideas to solve this.
I use AWS LoadBalancer and Docker with AWS ECS.
Any help it is very welcome :)
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I have the following code in
endpoint.ex
:If I execute this in
dev
it ask for authorization. When I compile toprod
I can see this message:If I execute a remote console in the
prod
server I can getApplication.get_env(:verk_web, :authorization)
correctly. However I does not ask for authorization. I don't have more ideas to solve this.I use AWS LoadBalancer and Docker with AWS ECS.
Any help it is very welcome :)
Thanks in advance.
The text was updated successfully, but these errors were encountered: