^ GuzzleHttp\Exception\ServerException {#407
#message: """
Server error: `POST https://api-storefront.dchomolog.dooca.store/` resulted in a `503 Service Temporarily Unavailable` response:\n
<html>\r\n
<head><title>503 Service Temporarily Unavailable</title></head>\r\n
<body>\r\n
<center><h1>503 Service Temporarily Una (truncated...)\n
"""
#code: 503
#file: "/var/www/html/front/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php"
#line: 113
-request: GuzzleHttp\Psr7\Request {#383
-method: "POST"
-requestTarget: null
-uri: GuzzleHttp\Psr7\Uri {#385
-scheme: "https"
-userInfo: ""
-host: "api-storefront.dchomolog.dooca.store"
-port: null
-path: "/"
-query: ""
-fragment: ""
-composedComponents: "https://api-storefront.dchomolog.dooca.store/"
}
-headers: array:7 [
"Host" => array:1 [
0 => "api-storefront.dchomolog.dooca.store"
]
"token" => array:1 [
0 => ""
]
"x-gql" => array:1 [
0 => "1"
]
"User-Agent" => array:1 [
0 => "commercesuite-front-plus"
]
"Referer" => array:1 [
0 => "https://testestore.dchomolog.dooca.store"
]
"X-Shop-Id" => array:1 [
0 => "0"
]
"Content-Type" => array:1 [
0 => "application/json"
]
]
-headerNames: array:7 [
"host" => "Host"
"token" => "token"
"x-gql" => "x-gql"
"user-agent" => "User-Agent"
"referer" => "Referer"
"x-shop-id" => "X-Shop-Id"
"content-type" => "Content-Type"
]
-protocol: "1.1"
-stream: GuzzleHttp\Psr7\Stream {#388
-stream: stream resource @10
wrapper_type: "PHP"
stream_type: "TEMP"
mode: "w+b"
unread_bytes: 0
seekable: true
uri: "php://temp"
options: []
}
-size: 208
-seekable: true
-readable: true
-writable: true
-uri: "php://temp"
-customMetadata: []
}
}
-response: GuzzleHttp\Psr7\Response {#402
-reasonPhrase: "Service Temporarily Unavailable"
-statusCode: 503
-headers: array:5 [
"Server" => array:1 [
0 => "awselb/2.0"
]
"Date" => array:1 [
0 => "Mon, 21 Jul 2025 19:10:33 GMT"
]
"Content-Type" => array:1 [
0 => "text/html"
]
"Content-Length" => array:1 [
0 => "162"
]
"Connection" => array:1 [
0 => "keep-alive"
]
]
-headerNames: array:5 [
"server" => "Server"
"date" => "Date"
"content-type" => "Content-Type"
"content-length" => "Content-Length"
"connection" => "Connection"
]
-protocol: "1.1"
-stream: GuzzleHttp\Psr7\Stream {#398
-stream: stream resource @12
wrapper_type: "PHP"
stream_type: "TEMP"
mode: "w+b"
unread_bytes: 0
seekable: true
uri: "php://temp"
options: []
}
-size: 162
-seekable: true
-readable: true
-writable: true
-uri: "php://temp"
-customMetadata: []
}
}
-handlerContext: []
trace: {
/var/www/html/front/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113 {
GuzzleHttp\Exception\RequestException::create(RequestInterface $request, ResponseInterface $response = null, Throwable $previous = null, array $handlerContext = [], BodySummarizerInterface $bodySummarizer = null): self …
›
› return new $className($message, $request, $response, $previous, $handlerContext);
› }
}
/var/www/html/front/vendor/guzzlehttp/guzzle/src/Middleware.php:69 {
GuzzleHttp\Middleware::GuzzleHttp\{closure} …
› }
› throw RequestException::create($request, $response, null, [], $bodySummarizer);
› }
arguments: {
$request: GuzzleHttp\Psr7\Request {#383}
$response: GuzzleHttp\Psr7\Response {#402}
$previous: null
$handlerContext: []
$bodySummarizer: null
}
}
/var/www/html/front/vendor/guzzlehttp/promises/src/Promise.php:204 {
GuzzleHttp\Promise\Promise::callHandler($index, $value, array $handler) …
› unset($handler);
› $promise->resolve($f($value));
› } elseif ($index === 1) {
arguments: {
GuzzleHttp\Psr7\Response {#402}
}
}
/var/www/html/front/vendor/guzzlehttp/promises/src/Promise.php:153 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
arguments: {
$index: 1
$value: GuzzleHttp\Psr7\Response {#402}
$handler: null
}
}
/var/www/html/front/vendor/guzzlehttp/promises/src/TaskQueue.php:48 {
GuzzleHttp\Promise\TaskQueue->run() …
› /** @var callable $task */
› $task();
› }
}
/var/www/html/front/vendor/guzzlehttp/promises/src/Promise.php:248 {
GuzzleHttp\Promise\Promise->invokeWaitFn() …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Exception $reason) {
arguments: {
true
}
}
/var/www/html/front/vendor/guzzlehttp/promises/src/Promise.php:224 {
GuzzleHttp\Promise\Promise->waitIfPending() …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/var/www/html/front/vendor/guzzlehttp/promises/src/Promise.php:269 {
GuzzleHttp\Promise\Promise->invokeWaitList() …
› do {
› $result->waitIfPending();
› $result = $result->result;
}
/var/www/html/front/vendor/guzzlehttp/promises/src/Promise.php:226 {
GuzzleHttp\Promise\Promise->waitIfPending() …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/var/www/html/front/vendor/guzzlehttp/promises/src/Promise.php:62 {
GuzzleHttp\Promise\Promise->wait($unwrap = true) …
› {
› $this->waitIfPending();
›
}
/var/www/html/front/vendor/guzzlehttp/guzzle/src/Client.php:123 {
GuzzleHttp\Client->send(RequestInterface $request, array $options = []): ResponseInterface …
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->sendAsync($request, $options)->wait();
› }
}
/var/www/html/front/vendor/gmostafa/php-graphql-client/src/Util/GuzzleAdapter.php:41 {
GraphQL\Util\GuzzleAdapter->sendRequest(RequestInterface $request): ResponseInterface …
›
› return $this->client->send($request);
› }
arguments: {
$request: GuzzleHttp\Psr7\Request {#389 …}
}
}
/var/www/html/front/vendor/gmostafa/php-graphql-client/src/Client.php:147 {
GraphQL\Client->runRawQuery(string $queryString, $resultsAsArray = false, array $variables = []): Results …
› try {
› $response = $this->httpClient->sendRequest($request);
› }
arguments: {
$request: GuzzleHttp\Psr7\Request {#389 …}
}
}
/var/www/html/front/classes/Helpers/ApiQL.php:78 {
Core\Helpers\ApiQL->getResults(string $gql) …
› try {
› $data = $this->client->runRawQuery($gql, true);
› $data = $data->getData();
arguments: {
$queryString: """
\n
query {\n
shopLookup(filter: { slug: "testestore" }) {\n
id\n
}\n
}\n
"""
$resultsAsArray: true
}
}
/var/www/html/front/classes/Helpers/ApiQL.php:63 {
Core\Helpers\ApiQL->post($query) …
›
› return $this->getResults($gql);
› }
arguments: {
$gql: """
\n
query {\n
shopLookup(filter: { slug: "testestore" }) {\n
id\n
}\n
}\n
"""
}
}
/var/www/html/front/classes/Services/ShopService.php:125 {
Core\Services\ShopService::lookup(string $slug = null) …
› ->cache(3600, false)
› ->post($query)['shopLookup'];
› }
arguments: {
$query: """
\n
query {\n
shopLookup(filter: { slug: "testestore" }) {\n
id\n
}\n
}\n
"""
}
}
/var/www/html/front/classes/Helpers/Shop.php:60 {
Core\Helpers\Shop::getId() …
›
› if ($lookup = ShopService::lookup()) {
› return $lookup['id'];
}
/var/www/html/front/classes/Helpers/Shop.php:25 {
Core\Helpers\Shop::boot($shopId = null, Request $request = null) …
› {
› $shopId = $shopId ?? self::getId();
› $shopDir = BASE_DIR . '/shop/' . $shopId;
}
/var/www/html/front/classes/Middlewares/AppMiddleware.php:42 {
Core\Middlewares\AppMiddleware->process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface …
›
› Shop::boot(request: $request);
›
arguments: {
$shopId: null
$request: Slim\Psr7\Request {#355 …}
}
}
/var/www/html/front/vendor/slim/slim/Slim/MiddlewareDispatcher.php:168 {