Hi,
I'm trying to added product in Cart but getting error as "Error: Network error: Unexpected token < in JSON at position 0" and unable to see Product images on web page. I have tried it using IIS server(v10.0) with Dispatcher(v4.3.3) but getting same error. For reference please find attached screenshot.
Could anyone help me on this issue ?
Thank you.
Nitin.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @jadhavni3 ,
It seems like either your api is not responding or not responding with the correct JSON format that you are using in React.
This thing you can validate in ARC or Postman then modify your API accordingly. but for sure it is not generic to AEM this purely you code or configuration issue.
I think we should avoid such kind of questions here.
Umesh Thakur
Hi @jadhavni3 ,
It seems like either your api is not responding or not responding with the correct JSON format that you are using in React.
This thing you can validate in ARC or Postman then modify your API accordingly. but for sure it is not generic to AEM this purely you code or configuration issue.
I think we should avoid such kind of questions here.
Umesh Thakur
Hi @jadhavni3
Response to your request is not JSON it seems, it is returning either HTML or XML. Please check the response type JSON or not. If it is JSON then that is a invalid JSON.
AG
Views
Likes
Replies
Views
Likes
Replies