Exception in transformer AshAuthentication.Strategy.Custom.Transformer
Having some trouble with a custom policy
Understanding "manage_relationship"
many_to_many
relationship between the following resources.
Reactant
```elixir
defmodule Flame.App.Resources.Reactant do
......Fragment with multiple 'from' items.
How to create a product with many_to_many tags?
How to autoload a relationship?
How to create a product with a category id?
Correct way to refer to actor in custom validation?
changeset.context.private.actor
? Seems janky.AshPhoenix.Form fails to submit with Ash.Error.Query.InvalidFilterValue error
AshPhoenix.Form.remove_form
and then AshPhoenix.Form.submit
, I get this error:
```elixir
[warning] Unhandled error in form submission for Marketplace.Markets.Property.update
...AshAuthenticationPhoenix controlling generated routes
AshGraphql erroring with key :run not found
Filter check is returning an error tuple, rather than filtering rows.
visibility
attribute is not 1. The table contains some rows where visibility == 2, so I expected the query will filter those out.
```
policy action_type(:read) do
forbid_if Invisible...AshPhoenix.Form fails in submit without errors with embedded resources
Issues using Ash.Type.Union
Validate not nil, min and max for a string
What's the best way to learn Ash?
Unexpected token during mix ash_phoenix.gen.live
WeightType
resource that I want to create a LiveView for. When running the Ash Phoenix LiveView generator I'm getting the following error and having trouble tracking down where it comes from so I can fix it. Help?
``
mix ash_phoenix.gen.live Mitochex.Workouts Mitochex.Workouts.WeightType
Would you like to name your actor? For example:
current_user`. If you choose no, we will not add any actor logic. [Yn] n...How To: Return a computed relationship in a read.
Post
has a 'top comment'. So when i'm fetching a Post or list of Posts, I will like it to include the top comment like so: post.top_comment.
I'm currently trying to use a preparation to load this relationship but not sure how to execute it on the Ash.Query side of things. Any ideas here would be appreciated!...sort many_to_many
Resource MyApp.Accounts.FriendLink is not present in any known Ash.Api module.