Alvin Rapada

Results 3 issues of Alvin Rapada

```elixir %{"error" => %{"code" => 404, "message" => "elastic: Error 404 (Not Found)", "status" => "Not Found"}} ``` So I'm having this error when trying to delete a not existing...

How do you achieve nested form fields (like: [inputs_for/2](https://hexdocs.pm/phoenix_html/Phoenix.HTML.Form.html#inputs_for/2))? Ex: When creating User, I also want to create contacts Schema ```elixir schema "users" do field :username, :string # Associations has_many(:contacts,...

enhancement
planned

So i'm trying to implement sign in with apple using pow_assent, but after signing in, it just returns an error flash `Something went wrong, and you couldn't be signed in....