Questions tagged as 'elixir'

0
answers

Error while running localhost in phoenix

I have the following problem, I got a project in Elixir / phoenix and I'm trying to run the local server with the "phoenix.server mix" command, but I'm getting the following error. I do not have much experience as a developer, does anyone have a...
asked by 31.10.2018 / 15:27
0
answers

Problem with foreign key insertion in Postgres bank - Elixir / Phoenix

I'm new to using Elixir and would like to do a foreign key insertion in the bank (Postgres) via POST (it's a JSON) below my modules defmodule MeuProjeto.Carteiras.Carteira do use Ecto.Schema import Ecto.Changeset schema "carteiras"...
asked by 26.10.2018 / 15:29
0
answers

Help to use the console of an application in Elixir

Talk about it, my scenario is this. We have an elixir backend application that has a bug on the server so that new users can not make a new app in the app, but old users can use it normally. I need to insert a new user manually by the Elix...
asked by 16.10.2018 / 16:57
0
answers

XML signature error for EFD-Reinf in Elixir

I followed the instructions posted in this link: This was very enlightening, but I'm still having trouble signing the REINF XML using Elixir as a language. In the example I put below, I'm trying to sign the event "evtInfoContri", the for...
asked by 29.05.2018 / 16:24
1
answer

Blank line template Elixir

This code displays a message if it exists, but when it does not exist, it displays a white line: <%= if @comprovante["transacao"]["complemento"] do %>OBSERVACAO: <%= @comprovante["transacao"]["complemento"]%><% else %><% e...
asked by 19.04.2018 / 19:28