backpex icon indicating copy to clipboard operation
backpex copied to clipboard

error when `order_by` contains a value that is not an existing atom

Open pehbehbeh opened this issue 8 months ago • 0 comments

app-1       |   * 1st argument: not an already existing atom
app-1       | 
app-1       |     :erlang.binary_to_existing_atom("ddd", :utf8)
app-1       |     (backpex 0.2.0) lib/backpex/live_resource.ex:2081: Backpex.LiveResource.maybe_to_atom/1
app-1       |     (backpex 0.2.0) lib/backpex/live_resource.ex:1721: Backpex.LiveResource.order_options_by_params/4

Try the following url: https://backpex.live/admin/users?order_by=ddd

pehbehbeh avatar Jun 17 '24 13:06 pehbehbeh