Hi Shopify Team,
I executed a productCreate mutation and the server responded an error with status 520, please help me solve this problem.
The query I ran:
createProductGraphQL = """
mutation productCreate($input: ProductInput!) {
productCreate(input: $input) {
product {
id
images(first: 50) {
edges {
node {
id
altText
}
}
}
}
userErrors {
field
message
}
}
}
"""
Response header from the server:
{
"Date":"Mon, 01 Feb 2021 03:42:46 GMT",
"Content-Type":"text/html; charset=UTF-8",
"Transfer-Encoding":"chunked",
"Connection":"keep-alive",
"Set-Cookie":"cf_use_ob=0; path=/; expires=Mon, 01-Feb-21 03:43:16 GMT",
"X-Frame-Options":"SAMEORIGIN",
"Cache-Control":"private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
"Expires":"Thu, 01 Jan 1970 00:00:01 GMT",
"CF-RAY":"61a8a95898902a63-IAD",
"Server":"cloudflare"
}
Response text:
# There was a problem loading this website
Try refreshing the page.
If the site still doesn't load, please try again in a few minutes.
Refresh Page
# Web server is returning an unknown error
There is an unknown connection issue between Cloudflare and the origin web server. As a result, the web page can not be displayed.
- Ray ID: 61a8a95898902a63
- Your IP address: 18.225.5.118
- Error reference number: 520
- Cloudflare Location: Ashburn
Error happened at 2021-02-01T10:42:46.626+07:00