We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error whenever i try to access the settings page, this is the whole error key :name not found in: %{__changed__: nil, __given__: %{__changed__: nil, field: %Phoenix.HTML.FormField{id: "user_email", name: "user[email]", errors: [], field: :email, form: %Phoenix.HTML.Form{source: #Ecto.Changeset<action: nil, changes: %{}, errors: [email: {"did not change", []}], data: #StreamChat.Accounts.User<>, valid?: false>, impl: Phoenix.HTML.FormData.Ecto.Changeset, id: "user", name: "user", data: #StreamChat.Accounts.User<__meta__: #Ecto.Schema.Metadata<:loaded, "users">, id: 2, email: "[email protected]", confirmed_at: nil, profile_pic: nil, inserted_at: ~N[2023-05-09 20:34:42], updated_at: ~N[2023-05-09 20:34:42], ...>, hidden: [id: 2], params: %{}, errors: [], options: [method: "put"], index: nil, action: nil}, value: "[email protected]"}, label: "Email", type: "email"}, field: %Phoenix.HTML.FormField{id: "user_email", name: "user[email]", errors: [], field: :email, form: %Phoenix.HTML.Form{source: #Ecto.Changeset<action: nil, changes: %{}, errors: [email: {"did not change", []}], data: #StreamChat.Accounts.User<>, valid?: false>, impl: Phoenix.HTML.FormData.Ecto.Changeset, id: "user", name: "user", data: #StreamChat.Accounts.User<__meta__: #Ecto.Schema.Metadata<:loaded, "users">, id: 2, email: "[email protected]", confirmed_at: nil, profile_pic: nil, inserted_at: ~N[2023-05-09 20:34:42], updated_at: ~N[2023-05-09 20:34:42], ...>, hidden: [id: 2], params: %{}, errors: [], options: [method: "put"], index: nil, action: nil}, value: "[email protected]"}, inner_block: [], label: "Email", multiple: false, prompt: nil, rest: %{required: true}, type: "email"}
key :name not found in: %{__changed__: nil, __given__: %{__changed__: nil, field: %Phoenix.HTML.FormField{id: "user_email", name: "user[email]", errors: [], field: :email, form: %Phoenix.HTML.Form{source: #Ecto.Changeset<action: nil, changes: %{}, errors: [email: {"did not change", []}], data: #StreamChat.Accounts.User<>, valid?: false>, impl: Phoenix.HTML.FormData.Ecto.Changeset, id: "user", name: "user", data: #StreamChat.Accounts.User<__meta__: #Ecto.Schema.Metadata<:loaded, "users">, id: 2, email: "[email protected]", confirmed_at: nil, profile_pic: nil, inserted_at: ~N[2023-05-09 20:34:42], updated_at: ~N[2023-05-09 20:34:42], ...>, hidden: [id: 2], params: %{}, errors: [], options: [method: "put"], index: nil, action: nil}, value: "[email protected]"}, label: "Email", type: "email"}, field: %Phoenix.HTML.FormField{id: "user_email", name: "user[email]", errors: [], field: :email, form: %Phoenix.HTML.Form{source: #Ecto.Changeset<action: nil, changes: %{}, errors: [email: {"did not change", []}], data: #StreamChat.Accounts.User<>, valid?: false>, impl: Phoenix.HTML.FormData.Ecto.Changeset, id: "user", name: "user", data: #StreamChat.Accounts.User<__meta__: #Ecto.Schema.Metadata<:loaded, "users">, id: 2, email: "[email protected]", confirmed_at: nil, profile_pic: nil, inserted_at: ~N[2023-05-09 20:34:42], updated_at: ~N[2023-05-09 20:34:42], ...>, hidden: [id: 2], params: %{}, errors: [], options: [method: "put"], index: nil, action: nil}, value: "[email protected]"}, inner_block: [], label: "Email", multiple: false, prompt: nil, rest: %{required: true}, type: "email"}
i also get it when i try to access /users/reset_password KeyError at GET /users/reset_password
KeyError at GET /users/reset_password
can you please help me with those?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I get this error whenever i try to access the settings page, this is the whole error
key :name not found in: %{__changed__: nil, __given__: %{__changed__: nil, field: %Phoenix.HTML.FormField{id: "user_email", name: "user[email]", errors: [], field: :email, form: %Phoenix.HTML.Form{source: #Ecto.Changeset<action: nil, changes: %{}, errors: [email: {"did not change", []}], data: #StreamChat.Accounts.User<>, valid?: false>, impl: Phoenix.HTML.FormData.Ecto.Changeset, id: "user", name: "user", data: #StreamChat.Accounts.User<__meta__: #Ecto.Schema.Metadata<:loaded, "users">, id: 2, email: "[email protected]", confirmed_at: nil, profile_pic: nil, inserted_at: ~N[2023-05-09 20:34:42], updated_at: ~N[2023-05-09 20:34:42], ...>, hidden: [id: 2], params: %{}, errors: [], options: [method: "put"], index: nil, action: nil}, value: "[email protected]"}, label: "Email", type: "email"}, field: %Phoenix.HTML.FormField{id: "user_email", name: "user[email]", errors: [], field: :email, form: %Phoenix.HTML.Form{source: #Ecto.Changeset<action: nil, changes: %{}, errors: [email: {"did not change", []}], data: #StreamChat.Accounts.User<>, valid?: false>, impl: Phoenix.HTML.FormData.Ecto.Changeset, id: "user", name: "user", data: #StreamChat.Accounts.User<__meta__: #Ecto.Schema.Metadata<:loaded, "users">, id: 2, email: "[email protected]", confirmed_at: nil, profile_pic: nil, inserted_at: ~N[2023-05-09 20:34:42], updated_at: ~N[2023-05-09 20:34:42], ...>, hidden: [id: 2], params: %{}, errors: [], options: [method: "put"], index: nil, action: nil}, value: "[email protected]"}, inner_block: [], label: "Email", multiple: false, prompt: nil, rest: %{required: true}, type: "email"}
i also get it when i try to access /users/reset_password
KeyError at GET /users/reset_password
can you please help me with those?
The text was updated successfully, but these errors were encountered: