Tài Liệu Gốc

Lỗi: GraphQL Error (Code: 503): {"response":{"status":503,"headers":{},"body":"<!DOCTYPE html>\n<html style=\"height:100%\">\n<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" />\n<title> 503 Service Unavailable\r\n</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>\n<body style=\"color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;\">\n<div style=\"height:auto; min-height:100%; \"> <div style=\"text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;\">\n <h1 style=\"margin:0; font-size:150px; line-height:150px; font-weight:bold;\">503</h1>\n<h2 style=\"margin-top:20px;font-size: 30px;\">Service Unavailable\r\n</h2>\n<p>The server is temporarily busy, try again later!</p>\n</div></div></body></html>\n"},"request":{"query":"\n query GetCategories(\n $first: Int = 100\n $after: String\n $parent: Int\n $hideEmpty: Boolean = true\n $orderBy: TermObjectsConnectionOrderbyEnum = NAME\n $order: OrderEnum = ASC\n ) {\n categories(\n first: $first\n after: $after\n where: {\n parent: $parent\n hideEmpty: $hideEmpty\n orderby: $orderBy\n order: $order\n }\n ) {\n nodes {\n ...CategoryFields\n }\n pageInfo {\n ...PageInfoFields\n }\n }\n }\n \n fragment CategoryFields on Category {\n id\n databaseId\n name\n slug\n description\n count\n parent {\n node {\n id\n databaseId\n name\n slug\n }\n }\n }\n\n \n fragment PageInfoFields on WPPageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n\n","variables":{"first":100,"hideEmpty":true,"orderBy":"NAME","order":"ASC","parent":0}}}