talha-azeem
talha-azeem
AEAsh Elixir
Created by talha-azeem on 2/2/2023 in #support
How do we seed data of a specific resource?
I want to add admin user by default through seeds
3 replies
AEAsh Elixir
Created by talha-azeem on 1/30/2023 in #support
updating password through ash resources
trying to update the password but current_password field data vanishes as soon as i enter the data in new_password. the current_password field vanishes
26 replies
AEAsh Elixir
Created by talha-azeem on 1/30/2023 in #support
Update Name through Ash resources.
Trying to update the name through ash resources.
15 replies
AEAsh Elixir
Created by talha-azeem on 1/30/2023 in #support
Ash HQ User Settings Page
prop(current_user, :map, required: true)

data(email_form, :map)
data(password_form, :map)
data(merch_form, :map)
data(address, :string)
data(name, :string)
prop(current_user, :map, required: true)

data(email_form, :map)
data(password_form, :map)
data(merch_form, :map)
data(address, :string)
data(name, :string)
How are these working?
14 replies
AEAsh Elixir
Created by talha-azeem on 1/30/2023 in #support
Confirm with password
I want to perform deletion upon password confirmation. Any suggestions on how i can do that?
111 replies
AEAsh Elixir
Created by talha-azeem on 1/29/2023 in #support
adding data to the junction table
How can i add data to a junction/pivot table through a form? I have create action enabled on the junction table
41 replies
AEAsh Elixir
Created by talha-azeem on 1/29/2023 in #support
Delete Queries.
How does delete queries work? like if i want to fetch a record based on and id or maybe two columns and want to delete that record?
56 replies
AEAsh Elixir
Created by talha-azeem on 1/29/2023 in #support
Form Module is not available
nedFunctionError) function Form.for_action/3 is undefined (module Form is not available)
nedFunctionError) function Form.for_action/3 is undefined (module Form is not available)
While trying to implement my own liveview for the reset functionality. I am getting this error.
7 replies
AEAsh Elixir
Created by talha-azeem on 1/28/2023 in #support
redirect screen while trying to sign-in with wrong email or password
No description
68 replies
AEAsh Elixir
Created by talha-azeem on 1/28/2023 in #support
Maintaining the current logged in user.
How do we maintain the current user, like in liveviews we fetch it from the session.
110 replies
AEAsh Elixir
Created by talha-azeem on 1/28/2023 in #support
implementing custom register form
I was looking into the register_form.ex and found a key @strategy. What is it used for?
55 replies
AEAsh Elixir
Created by talha-azeem on 1/25/2023 in #support
Couldn't recognise the signer algorithm
Couldn't recognize the signer algorithm.
Possible values are:

["HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "PS256", "PS384", "PS512", "Ed25519", "Ed25519ph", "Ed448", "Ed448ph"]
Couldn't recognize the signer algorithm.
Possible values are:

["HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "PS256", "PS384", "PS512", "Ed25519", "Ed25519ph", "Ed448", "Ed448ph"]
Having this issue after implementing Ash Auth
95 replies
AEAsh Elixir
Created by talha-azeem on 1/25/2023 in #support
Ash Authentication in Phoenix Liveviews
I am trying to implement the authentication in liveviews. can anyone provide me a helpful link?
48 replies