Mongodb – I am getting such Kind Of Problem : Uncaught (in promise) SyntaxError: Unexpected end of JSON input
I am using react js and using mongo db. i am trying to get data by fetch. but i get this type of error : Uncaught (in promise) SyntaxError: Unexpected end of JSON input const [product, setProduct] = useState({}); useEffect(()…