Store Not Found
Timestamp: 2026-06-13T07:06:36.349Z
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.90.22",
"x-forwarded-for": "185.238.231.98,185.238.231.98, 104.22.101.82, 172.31.90.22",
"x-forwarded-proto": "http",
"x-forwarded-port": "443",
"x-amzn-trace-id": "Root=1-6a2d017c-7e1038557e9cb5a1365892a3",
"cf-region-code": "CO",
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
"referer": "https://idealformosa.com.br/",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0",
"cf-ray": "a0af40e899ef1f48-IAD",
"cdn-loop": "cloudflare; loops=2",
"cf-connecting-ip": "185.238.231.98",
"cf-connecting-o2o": "1",
"cf-visitor": "{\"scheme\":\"https\"}",
"cf-timezone": "America/Denver",
"accept-encoding": "gzip, br",
"cf-region": "Colorado",
"cf-ipcountry": "US",
"cf-ipcity": "Denver",
"cf-ipcontinent": "NA",
"cf-iplatitude": "39.74360",
"cf-iplongitude": "-104.98760",
"cf-metro-code": "751",
"cf-postal-code": "80290",
"x-request-id": "861b9bf1-767e-442a-b4ee-06d039d496b1",
"x-envoy-expected-rq-timeout-ms": "15000",
"x-forwarded-host": "idealformosa.com.br",
"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=(), microphone=(), 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"
}