^ GuzzleHttp\Exception\ServerException {#406
#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 {#368
-method: "POST"
-requestTarget: null
-uri: GuzzleHttp\Psr7\Uri {#369
-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 => "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzaG9wX2lkIjoxNTAyNSwidHlwZSI6ImZyb250ZW5kIiwiZW1haWwiOm51bGwsImZpcnN0X25hbWUiOiJTdG9yZSIsImFjdGl2ZSI6dHJ1ZSwiaWF0IjoxNjYxNjE5NTYxfQ.kw-xtRmD95FfZZNaywdvUy3qSjjq1g77M7wFDTVGSL4"
]
"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 {#384
-stream: stream resource @11
wrapper_type: "PHP"
stream_type: "TEMP"
mode: "w+b"
unread_bytes: 0
seekable: true
uri: "php://temp"
options: []
}
-size: 2266
-seekable: true
-readable: true
-writable: true
-uri: "php://temp"
-customMetadata: []
}
}
-response: GuzzleHttp\Psr7\Response {#401
-reasonPhrase: "Service Temporarily Unavailable"
-statusCode: 503
-headers: array:5 [
"Server" => array:1 [
0 => "awselb/2.0"
]
"Date" => array:1 [
0 => "Thu, 24 Jul 2025 16:28:30 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 {#397
-stream: stream resource @13
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 {#368}
$response: GuzzleHttp\Psr7\Response {#401}
$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 {#401}
}
}
/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 {#401}
$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 {#382 …}
}
}
/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 {#382 …}
}
}
/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
shop {\n
id\n
themeId\n
name\n
slug\n
domainTemporary\n
shippingTimeAdditional\n
shippingTimeAdditionalKit\n
appendToHead\n
appendToBody\n
zipcode\n
customerRegisterApproves\n
customerRegisterFor\n
scheduleDelivery\n
isActive\n
isRedirectTemporary\n
isCatalog\n
isCheckoutNoteActive\n
isCustomerRegisterIndividual\n
isCustomerRegisterCompany\n
isGoogleConnect\n
isFacebookConnect\n
phrase\n
description\n
keywords\n
email\n
emailFrom\n
domain\n
isSsl\n
shippingRestrictionMessage\n
policyFooter\n
company\n
cgc\n
city\n
state\n
street\n
number\n
detail\n
district\n
phone\n
checkoutNoteLabel\n
giftWrappingPrice\n
trackerGoogleAnalytics {\n
id\n
}\n
trackerGoogleConversion {\n
id,\n
label\n
}\n
trackerFacebookPixel {\n
id,\n
token\n
}\n
organization\n
checkoutOptions\n
isBetaCheckout\n
platformVersion\n
softLimits\n
suspendedAt\n
canceledAt\n
}\n
liveShop( filter: {status:inLive} ) {\n
status\n
hashRoom\n
alertVisible\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
shop {\n
id\n
themeId\n
name\n
slug\n
domainTemporary\n
shippingTimeAdditional\n
shippingTimeAdditionalKit\n
appendToHead\n
appendToBody\n
zipcode\n
customerRegisterApproves\n
customerRegisterFor\n
scheduleDelivery\n
isActive\n
isRedirectTemporary\n
isCatalog\n
isCheckoutNoteActive\n
isCustomerRegisterIndividual\n
isCustomerRegisterCompany\n
isGoogleConnect\n
isFacebookConnect\n
phrase\n
description\n
keywords\n
email\n
emailFrom\n
domain\n
isSsl\n
shippingRestrictionMessage\n
policyFooter\n
company\n
cgc\n
city\n
state\n
street\n
number\n
detail\n
district\n
phone\n
checkoutNoteLabel\n
giftWrappingPrice\n
trackerGoogleAnalytics {\n
id\n
}\n
trackerGoogleConversion {\n
id,\n
label\n
}\n
trackerFacebookPixel {\n
id,\n
token\n
}\n
organization\n
checkoutOptions\n
isBetaCheckout\n
platformVersion\n
softLimits\n
suspendedAt\n
canceledAt\n
}\n
liveShop( filter: {status:inLive} ) {\n
status\n
hashRoom\n
alertVisible\n
}\n
}\n
"""
}
}
/var/www/html/front/classes/Services/ShopService.php:89 {
Core\Services\ShopService::first() …
› ->ifOnlyData()
› ->post($ql);
›
arguments: {
$query: """
\n
query {\n
shop {\n
id\n
themeId\n
name\n
slug\n
domainTemporary\n
shippingTimeAdditional\n
shippingTimeAdditionalKit\n
appendToHead\n
appendToBody\n
zipcode\n
customerRegisterApproves\n
customerRegisterFor\n
scheduleDelivery\n
isActive\n
isRedirectTemporary\n
isCatalog\n
isCheckoutNoteActive\n
isCustomerRegisterIndividual\n
isCustomerRegisterCompany\n
isGoogleConnect\n
isFacebookConnect\n
phrase\n
description\n
keywords\n
email\n
emailFrom\n
domain\n
isSsl\n
shippingRestrictionMessage\n
policyFooter\n
company\n
cgc\n
city\n
state\n
street\n
number\n
detail\n
district\n
phone\n
checkoutNoteLabel\n
giftWrappingPrice\n
trackerGoogleAnalytics {\n
id\n
}\n
trackerGoogleConversion {\n
id,\n
label\n
}\n
trackerFacebookPixel {\n
id,\n
token\n
}\n
organization\n
checkoutOptions\n
isBetaCheckout\n
platformVersion\n
softLimits\n
suspendedAt\n
canceledAt\n
}\n
liveShop( filter: {status:inLive} ) {\n
status\n
hashRoom\n
alertVisible\n
}\n
}\n
"""
}
}
/var/www/html/front/classes/Helpers/Shop.php:73 {
Core\Helpers\Shop::setConfig(?Request $request): array …
› {
› $shop = ShopService::first();
›
}
/var/www/html/front/classes/Helpers/Shop.php:47 {
Core\Helpers\Shop::boot($shopId = null, Request $request = null) …
›
› return self::setConfig($request);
› }
arguments: {
$request: Slim\Psr7\Request {#354 …}
}
}
/var/www/html/front/classes/Middlewares/AppMiddleware.php:42 {
Core\Middlewares\AppMiddleware->process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface …
›
› Shop::boot(request: $request);
›
arguments: {
$shopId: 15025
$request: Slim\Psr7\Request {#354 …}
}
}
/var/www/html/front/vendor/slim/slim/Slim/MiddlewareDispatcher.php:168 {