ShopifexWeb.CacheBodyReader (Shopifex v2.2.1) View Source
Include body_reader: {ShopifexWeb.CacheBodyReader, :read_body, []}
in your endpoint.ex
file in Plug.Parser options
Example:
...
plug Plug.Parsers,
parsers: [:urlencoded, :multipart, :json],
pass: ["*/*"],
body_reader: {ShopifexWeb.CacheBodyReader, :read_body, []},
json_decoder: Phoenix.json_library()