You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using json_codec: JSON doesn't work as this library calls encode!/2 with a Jason specific second argument (a keyword list) which isn't compatible with JSON.encode!/2.
Using
json_codec: JSONdoesn't work as this library callsencode!/2with aJasonspecific second argument (a keyword list) which isn't compatible withJSON.encode!/2.absinthe_plug/lib/absinthe/plug.ex
Line 607 in 5de21da
See elixir-lang/elixir#14317