Category "phoenix-framework"

Need some clarity on shell-script for Docker setup on Phoeinx project

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

How can I see the SQL executed during an Ecto test?

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

How can I use Erlang with Docker to run a Phoenix application?

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

module :unicode_util not available Phoenix/elixir

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

VM892:1 Uncaught SyntaxError: Unexpected token e in JSON at position 0

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

How to get the current url in phoenix framework

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