Store Not Found
Timestamp: 2026-07-19T22:49:34.484Z
Informações de Debug
Host Header
carinhodaterra.app.br
Derived Tenant (from host)
{
"subdomain": "NULL",
"custom_domain": "carinhodaterra.app.br"
}Query Params (sent to API)
{
"subdomain": "NULL",
"custom_domain": "carinhodaterra.app.br"
}API Base URL
http://main-api-proxy
URL sem host param (deriveTenant correto)
http://main-api-proxy/apiv3/store?custom_domain=carinhodaterra.app.br
URL real do http.ts (com host RAW)
http://main-api-proxy/apiv3/store?custom_domain=carinhodaterra.app.br&host=carinhodaterra.app.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": "carinhodaterra.app.br",
"x-real-ip": "172.31.39.78",
"x-forwarded-for": "2a02:26f7:e506:5803:0:a000:0:a, 104.23.254.174, 172.31.39.78",
"x-forwarded-proto": "http",
"x-forwarded-port": "443",
"x-amzn-trace-id": "Root=1-6a5d547e-17898bd6768239e648e369ab",
"sec-fetch-site": "none",
"sec-fetch-mode": "navigate",
"accept-encoding": "gzip, br",
"priority": "u=0, i",
"cf-ray": "a1dd47b44b23f38c-GRU",
"accept-language": "en-GB,en-US;q=0.9,en;q=0.8",
"sec-fetch-dest": "document",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0",
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"cdn-loop": "cloudflare; loops=1",
"cf-connecting-ip": "2a02:26f7:e506:5803:0:a000:0:a",
"cf-ipcountry": "BR",
"cf-visitor": "{\"scheme\":\"https\"}",
"x-request-id": "53b80222-6b2d-4da4-b342-6474ee66e70f",
"x-envoy-expected-rq-timeout-ms": "15000",
"x-forwarded-host": "carinhodaterra.app.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"
}