Fetching JSON returns error Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0 and status code 304: Not Modified

前端 未结 2 583
难免孤独
难免孤独 2020-12-21 05:20

I am trying to fetch a JSON file but it returns the errors Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0 and 304: N

2条回答
  •  轮回少年
    2020-12-21 06:06

    Check Whether You have the .env file with REACT_APP_API_URL=http://localhost:3001 in it. The file should be in the root folder.

提交回复
热议问题