Skip to content

JSON POST not working since version 2.4.7 #3133

@bz4r

Description

@bz4r

Since version 2.4.7 the fallowing POST request with application/json is not working anymore:

{
"title": "Test document",
"articles": [
     {
        "title": "New Article", 
        "originalArticle": {"id": 21}
     }
  ]
}

Throws an error:

No route matches "21".

Version 2.4.6 is working.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions