I found below shell-script(entrypoint.sh) from some GitHub Phoenix repo and I saw the same code in multiple Phoenix projects #!/bin/bash # Wait until postgres
When running an Ecto test with mix test ..., the SQL executed is not shown. As far as I can tell, it is not logged to any file, either. How can I see it? (I am
I want to use a docker image in production to run a Phoenix container, However, since Elixir is just a layer on top of Erlang, it feels like it might be a waste
I was trying the Ueberauth library for GitHub login. In the login function, I'm getting an error saying that "function :unicode_util.lowercase/1 is undefin
I'm presently working on a phx / phoenix API written in Elixir. And I have created a frontend for the API using React.js. However, I'm getting the below error
I would like to know the current url with elixir / phoenix framework, how I can get this ? Edit #1: My nginx config file: server { client_max_body_size