Store Not Found
Timestamp: 2026-07-15T16:46:44.583Z
Informações de Debug
Host Header
www.ugami.com.br
Derived Tenant (from host)
{
"subdomain": "NULL",
"custom_domain": "www.ugami.com.br"
}Query Params (sent to API)
{
"subdomain": "NULL",
"custom_domain": "www.ugami.com.br"
}API Base URL
http://main-api-proxy
URL sem host param (deriveTenant correto)
http://main-api-proxy/apiv3/store?custom_domain=www.ugami.com.br
URL real do http.ts (com host RAW)
http://main-api-proxy/apiv3/store?custom_domain=www.ugami.com.br&host=www.ugami.com.br
Environment Variables
{
"NEXT_PUBLIC_API_URL": "https://api.instabuy.com.br",
"API_URL_INTERNAL": "http://main-api-proxy",
"NODE_ENV": "production"
}API Response SEM host param
{
"status": 214,
"statusText": "Unknown"
}Response Body (sem host)
{"data":"N\u00e3o foi poss\u00edvel encontrar dados para a loja em quest\u00e3o.","status":"error","count":0,"http_status":214}API Response COM host param (o que http.ts envia)
{
"status": 214,
"statusText": "Unknown"
}Response Body (com host)
{"data":"N\u00e3o foi poss\u00edvel encontrar dados para a loja em quest\u00e3o.","status":"error","count":0,"http_status":214}All Request Headers
{
"host": "www.ugami.com.br",
"x-real-ip": "172.31.44.196",
"x-forwarded-for": "152.55.184.102, 162.159.113.161, 172.31.44.196",
"x-forwarded-proto": "http",
"x-forwarded-port": "443",
"x-amzn-trace-id": "Root=1-6a57b974-0dfc2c325450d60c221d8c33",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, br",
"cf-ray": "a1ba3eb6ba45167e-AMS",
"cdn-loop": "cloudflare; loops=1",
"cf-connecting-ip": "152.55.184.102",
"cf-ipcountry": "NL",
"cf-visitor": "{\"scheme\":\"https\"}",
"x-request-id": "df743414-0d54-4101-843a-d096539017f9",
"x-envoy-expected-rq-timeout-ms": "15000",
"x-forwarded-host": "www.ugami.com.br",
"x-pathname": "/",
"x-search": "",
"cache-control": "public, max-age=60, s-maxage=300, stale-while-revalidate=300",
"ib-cache-control": "public, max-age=300, s-maxage=300",
"permissions-policy": "camera=(self), microphone=(self), geolocation=(self), payment=(self)",
"referrer-policy": "strict-origin-when-cross-origin",
"strict-transport-security": "max-age=31536000; includeSubDomains; preload",
"vary": "Host",
"x-accel-expires": "300",
"x-content-type-options": "nosniff",
"x-frame-options": "DENY",
"x-xss-protection": "1; mode=block"
}