从前端使用react-admin
来调用后端API时,从浏览器控制台获取此错误:
Warning: Missing translation for key: "The X-Total-Count header is missing in the HTTP Response. The jsonServer Data Provider expects responses for lists of resources to contain this header with the total number of results to build the pagination. If you are using CORS, did you declare X-Total-Count in the Access-Control-Expose-Headers header?"
如果使用ng-admin
来调用后端API,则效果很好。