Giter VIP home page Giter VIP logo

Comments (3)

tiagopog avatar tiagopog commented on May 30, 2024

Hi @averydev,

Could you please let me know the versions of jsonapi-resources and jsonapi-utis present in your Gemfile.lock. I would also appreciate to know more details about the error case, like an example of a URL + a resource class that would generate such an error.

from jsonapi-utils.

tiagopog avatar tiagopog commented on May 30, 2024

It was possible to achieve this error case by letting my controller use the jsonapi-resources' default update action instead of writing my own. The error is due to a double call on JSONAPI::Request#setup_action that removes the id key from the params during its execution. Then when called twice it does not find the id within the request's params in the last call.

More details:

The first call happens in JSONAPI::Utils::Request#setup_request – at the controller's before action –  and the second one in JSONAPI::ActsAsResourceController#process_request – which is called because of using the default update action of jsonapi-resources.

Solution:

If you really want to use the jsonapi-resources' default update action, you can use the skip_before_action :setup_request, :check_request, only: :update in order to avoid that duplicate call.

With PR #23 I will try to figure out a more elegant way to avoid developers achieving this error.

from jsonapi-utils.

tiagopog avatar tiagopog commented on May 30, 2024

Closed in #23

from jsonapi-utils.

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.