DEV Community

Elixir API and Elm SPA - Part 1

Miguel Cobá on June 12, 2018

Part 1: Elixir App creation I am going to create a demo app with an Elixir API on the backend and a separated Elm SPA on the frontend. T...
Collapse
 
in4no profile image
In4No

mix ecto.reset throws error

== Compilation error in file lib/toltec/accounts/accounts.ex ==
** (CompileError) lib/toltec/accounts/accounts.ex:54: unknown key :password for struct Toltec.Accounts.User
(stdlib) lists.erl:1354: :lists.mapfoldl/3
(stdlib) lists.erl:1355: :lists.mapfoldl/3
(stdlib) lists.erl:1354: :lists.mapfoldl/3
(stdlib) lists.erl:1354: :lists.mapfoldl/3
lib/toltec/accounts/accounts.ex:48: (module)

Collapse
 
mazz profile image
Michael

This is awesome, thanks.

Collapse
 
darckblezzer profile image
Marco Antonio

Thanks for this, I was looking for something like this, great explanation, and example