Store Not Found
Timestamp: 2026-06-03T22:49:42.609Z
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.88.56",
"x-forwarded-for": "216.73.217.177,216.73.217.177, 104.22.104.240, 172.31.88.56",
"x-forwarded-proto": "http",
"x-forwarded-port": "443",
"x-amzn-trace-id": "Root=1-6a20af86-297237421f3555034453a549",
"cf-ray": "a06240a8ea0db6ed-IAD",
"accept": "*/*",
"accept-encoding": "gzip, br",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])",
"cdn-loop": "cloudflare; loops=2",
"cf-connecting-ip": "216.73.217.177",
"cf-connecting-o2o": "1",
"cf-visitor": "{\"scheme\":\"https\"}",
"cf-timezone": "America/New_York",
"cf-region-code": "OH",
"cf-ipcountry": "US",
"cf-ipcity": "Columbus",
"cf-ipcontinent": "NA",
"cf-iplatitude": "39.96118",
"cf-iplongitude": "-82.99879",
"cf-metro-code": "535",
"cf-postal-code": "43215",
"cf-region": "Ohio",
"x-request-id": "63c18b81-80da-4311-92b8-710685cda2cb",
"x-envoy-expected-rq-timeout-ms": "15000",
"x-forwarded-host": "idealformosa.com.br",
"cache-control": "public, max-age=60, s-maxage=3600, stale-while-revalidate=3600",
"ib-cache-control": "public, max-age=3600, s-maxage=3600",
"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": "3600",
"x-content-type-options": "nosniff",
"x-frame-options": "DENY",
"x-xss-protection": "1; mode=block"
}