POST /feed/:channel/posts/:id/reactions -> error 404

The JS SDK supports POST via the verb option. An alternative would be params: { _method: 'POST' } in the options, which is what the verb should do (but doesn’t in old versions of the SDK).

What it does is it sets the _method=POST query parameter (e.g. .../kraken/channels/3ventic?_method=POST), which works at least on the blocks API

1 Like