Store Not Found
Timestamp: 2026-05-31T21:53:47.030Z
Informações de Debug
Host Header
plastimix.site
Derived Tenant (from host)
{
"subdomain": "NULL",
"custom_domain": "plastimix.site"
}Query Params (sent to API)
{
"subdomain": "NULL",
"custom_domain": "plastimix.site"
}API Base URL
http://main-api-proxy
URL sem host param (deriveTenant correto)
http://main-api-proxy/apiv3/store?custom_domain=plastimix.site
URL real do http.ts (com host RAW)
http://main-api-proxy/apiv3/store?custom_domain=plastimix.site&host=plastimix.site
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": "plastimix.site",
"x-real-ip": "172.31.39.80",
"x-forwarded-for": "45.148.10.62, 104.23.166.147, 172.31.39.80",
"x-forwarded-proto": "http",
"x-forwarded-port": "443",
"x-amzn-trace-id": "Root=1-6a1cadea-15870c957784ea81059391c4",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
"cf-ray": "a049369b495d68cb-AMS",
"accept-encoding": "gzip, br",
"cdn-loop": "cloudflare; loops=1",
"cf-connecting-ip": "45.148.10.62",
"cf-ipcountry": "NL",
"cf-visitor": "{\"scheme\":\"https\"}",
"x-request-id": "6f47a678-3e8c-4d0e-9cf1-d0f7982e29cf",
"x-envoy-expected-rq-timeout-ms": "15000",
"x-forwarded-host": "plastimix.site",
"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"
}