Inferencer not working 🧐

Configuration

  1. React Platform - Vite
  2. UI - AntDesign
  3. DataProvider - RestAPI
  4. Auth - None
I changed the fake rest api url in data provider to localhost:3000/users
I see only loading screen, no error.
[
  {
    "firstName": "Asdf",
    "lastName": "Asdf",
    "mobileNumber": 1111111111,
    "verified": "true",
    "type": 0,
    "status": 0,
    "userId": 5393
  },
  {
    "firstName": "Asdf",
    "lastName": "Asdf",
    "mobileNumber": 1111111111,
    "verified": "true",
    "type": 0,
    "status": 0,
    "userId": 5393
  }
]
Was this page helpful?