Giter VIP home page Giter VIP logo

Comments (2)

mick-h avatar mick-h commented on August 16, 2024 3

That was it. Though interestingly, the format encoder config specified in the README:

config :phoenix, :format_encoders,
  "json-api": Poison

did not work, because Poison does not have a encode_to_iodata! function. Jason does, so when I changed it to:

config :phoenix, :format_encoders,
  "json-api": Jason

it worked fine.

Thanks for the fast response!

from ja_serializer.

beerlington avatar beerlington commented on August 16, 2024

It looks like something is up with the request. I would expect to see "json-api" as the phoenix_format under the private key and "application/vnd.api+json" in the request's accept key. Have you verified that everything is correct in the configuration? https://github.com/vt-elixir/ja_serializer#configuration

from ja_serializer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.