Getting error while adding product in Cart using AEM version 6.5 | Community
Skip to main content
Level 3
October 30, 2020
Solved

Getting error while adding product in Cart using AEM version 6.5

  • October 30, 2020
  • 2 replies
  • 1281 views

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.

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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

2 replies

Umesh_Thakur
Community Advisor
Umesh_ThakurCommunity AdvisorAccepted solution
Community Advisor
October 30, 2020

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

Anudeep_Garnepudi
Community Advisor
Community Advisor
October 30, 2020

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

AG