Sometimes my GraphQL query requesting for product info responses with an authentication html page and I don’t know why this is happened. It occurs randomly once every 1-2 days, and yesterday I got 48 responses like this. I don’t think this problem related to the query because it worked fine for most of the times.
The following is my request and response, please help me check why I got this html response instead of json format.
it seems the request you were making wasn’t properly authenticated so you were redirected to a login page. Could you confirm for me if you’re still experiencing this.
We are occasionally encountering a very similar problem, getting a “There was a problem loading this website” html- response instead of json, for example while creating a product. Even worse, randomly the calls seems to do what is was supposed to do (creating a product), but due to the missing response there is no confirmation, resulting in creating the same product over and over again.