React js ( Admin on Rest ) を使用して API 呼び出し (GET) を行っています。
localhost:5001/cites を呼び出したときに API サーバーを既にチェックしていますが、サーバーは都市データを返しますが、クライアント側でのエラーはわかりません。ブラウザーからのログは次のとおりです。
failure.js:18 Error: The X-Total-Count header is missing in the HTTP Response. This header is necessary for pagination. If you are using CORS, did you declare X-Total-Count in the Access-Control-Allow-Headers header?
at convertHTTPResponseToREST (http://localhost:3000/static/js/bundle.js:33928:28)
at http://localhost:3000/static/js/bundle.js:33966:21
と
failure.js:18 Error: The Content-Range header is missing in the HTTP Response. This header is necessary for pagination. If you are using CORS, did you declare Content-Range in the Access-Control-Allow-Headers header?
at convertHTTPResponseToREST (http://localhost:3000/static/js/bundle.js:33010:28)
at http://localhost:3000/static/js/bundle.js:33037:21
誰かが助けることができますか?ありがとう