Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [info] Sent 200 in 8ms
- [info] POST /professionals
- [debug] Processing by ElmPhxDreamlance.ProfessionalController.create/2
- Parameters: %{"_csrf_token" => "JAQDMVd+EwQtXC1OARlgej1/eyQ2EAAARl4Ig0eHbsWwYUT5Q0NKag==", "_utf8" => "✓", "professional" => %{"email" => "oo", "firstName" => "oo", "lastName" => "oo", "password" => "[FILTERED]", "password_confirmation" => "[FILTERED]", "skills" => ["CC"], "type" => "o"}}
- Pipelines: [:browser]
- warning: `Ecto.Changeset.cast/4` is deprecated, please use `cast/3` + `validate_required/3` instead
- (elm_phx_dreamlance) web/models/professional.ex:28: ElmPhxDreamlance.Professional.changeset/2
- (elm_phx_dreamlance) web/models/professional.ex:35: ElmPhxDreamlance.Professional.registration_changeset/2
- (elm_phx_dreamlance) web/controllers/professional_controller.ex:25: ElmPhxDreamlance.ProfessionalController.create/2
- (elm_phx_dreamlance) web/controllers/professional_controller.ex:1: ElmPhxDreamlance.ProfessionalController.action/2
- [info] Sent 500 in 38ms
- [error] #PID<0.569.0> running ElmPhxDreamlance.Endpoint terminated
- Server: localhost:4000 (http)
- Request: POST /professionals
- ** (exit) an exception was raised:
- ** (FunctionClauseError) no function clause matching in Gettext.dngettext/6
- (gettext) lib/gettext.ex:607: Gettext.dngettext(ElmPhxDreamlance.Gettext, "errors", "does not match confirmation", "does not match confirmation", nil, %{validation: :confirmation})
- (elm_phx_dreamlance) web/views/error_helpers.ex:13: ElmPhxDreamlance.ErrorHelpers.error_tag/2
- (elm_phx_dreamlance) web/templates/professional/form.html.eex:35: anonymous fn/2 in ElmPhxDreamlance.ProfessionalView.form.html/1
- (phoenix_html) lib/phoenix_html/form.ex:236: Phoenix.HTML.Form.form_for/4
- (elm_phx_dreamlance) web/templates/professional/form.html.eex:1: ElmPhxDreamlance.ProfessionalView."form.html"/1
- (elm_phx_dreamlance) web/templates/professional/new.html.eex:3: ElmPhxDreamlance.ProfessionalView."new.html"/1
- (elm_phx_dreamlance) web/templates/layout/app.html.eex:33: ElmPhxDreamlance.LayoutView."app.html"/1
- (phoenix) lib/phoenix/view.ex:335: Phoenix.View.render_to_iodata/3
- (phoenix) lib/phoenix/controller.ex:642: Phoenix.Controller.do_render/4
- (elm_phx_dreamlance) web/controllers/professional_controller.ex:1: ElmPhxDreamlance.ProfessionalController.action/2
- (elm_phx_dreamlance) web/controllers/professional_controller.ex:1: ElmPhxDreamlance.ProfessionalController.phoenix_controller_pipeline/2
- (elm_phx_dreamlance) lib/elm_phx_dreamlance/endpoint.ex:1: ElmPhxDreamlance.Endpoint.instrument/4
- (elm_phx_dreamlance) lib/phoenix/router.ex:261: ElmPhxDreamlance.Router.dispatch/2
- (elm_phx_dreamlance) web/router.ex:1: ElmPhxDreamlance.Router.do_call/2
- (elm_phx_dreamlance) lib/elm_phx_dreamlance/endpoint.ex:1: ElmPhxDreamlance.Endpoint.phoenix_pipeline/1
- (elm_phx_dreamlance) lib/plug/debugger.ex:123: ElmPhxDreamlance.Endpoint."call (overridable 3)"/2
- (elm_phx_dreamlance) lib/elm_phx_dreamlance/endpoint.ex:1: ElmPhxDreamlance.Endpoint.call/2
- (plug) lib/plug/adapters/cowboy/handler.ex:15: Plug.Adapters.Cowboy.Handler.upgrade/4
- (cowboy) src/cowboy_protocol.erl:442: :cowboy_protocol.execute/4
Add Comment
Please, Sign In to add comment