Skip to content

SERVER - Parsing exception in POST model /admin/tables/:table  #21

@KapStorm

Description

@KapStorm

https://github.com/wiringbits/scala-postgres-react-admin/pull/20/files#r1337839565

This is probably due that React-Admin sends

{
  "a": 1,
  "b": "hello"
}

And we are expecting

{
  "data": {
    "a": 1,
    "b": "hello"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions