Store Not Found
Timestamp: 2026-07-19T01:26:26.060Z
Informações de Debug
Host Header
idealformosa.com.br
Derived Tenant (from host)
{
"subdomain": "NULL",
"custom_domain": "idealformosa.com.br"
}Query Params (sent to API)
{
"subdomain": "NULL",
"custom_domain": "idealformosa.com.br"
}API Base URL
http://main-api-proxy
URL sem host param (deriveTenant correto)
http://main-api-proxy/apiv3/store?custom_domain=idealformosa.com.br
URL real do http.ts (com host RAW)
http://main-api-proxy/apiv3/store?custom_domain=idealformosa.com.br&host=idealformosa.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": "idealformosa.com.br",
"x-real-ip": "172.31.39.78",
"x-forwarded-for": "17.246.23.223,17.246.23.223, 104.23.211.233, 172.31.39.78",
"x-forwarded-proto": "http",
"x-forwarded-port": "443",
"x-amzn-trace-id": "Root=1-6a5c27c2-7a4b0812677ba90028c59915",
"cf-ray": "a1d5f01c48e8eae2-IAD",
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)",
"accept-encoding": "gzip, br",
"cdn-loop": "cloudflare; loops=2",
"cf-connecting-ip": "17.246.23.223",
"cf-connecting-o2o": "1",
"cf-visitor": "{\"scheme\":\"https\"}",
"cf-timezone": "America/New_York",
"cf-region-code": "VA",
"cf-ipcountry": "US",
"cf-ipcity": "Leesburg",
"cf-ipcontinent": "NA",
"cf-iplatitude": "39.11566",
"cf-iplongitude": "-77.56360",
"cf-metro-code": "511",
"cf-postal-code": "20176",
"cf-region": "Virginia",
"x-request-id": "f03f708a-8a44-43df-aacd-604bb065747e",
"x-envoy-expected-rq-timeout-ms": "15000",
"x-forwarded-host": "idealformosa.com.br",
"x-pathname": "/promocoes",
"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"
}