Store Not Found

Timestamp: 2026-03-02T22:56:47.125Z

Informações de Debug

Host Header

mercadaoverde.instabuy.com.br

Derived Tenant (from host)

{
  "subdomain": "mercadaoverde",
  "custom_domain": "NULL"
}

Query Params (sent to API)

{
  "subdomain": "mercadaoverde",
  "custom_domain": "NULL"
}

API Base URL

http://main-api-proxy

URL sem host param (deriveTenant correto)

http://main-api-proxy/apiv3/store?subdomain=mercadaoverde

URL real do http.ts (com host RAW)

http://main-api-proxy/apiv3/store?subdomain=mercadaoverde&host=mercadaoverde.instabuy.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": "mercadaoverde.instabuy.com.br",
  "x-real-ip": "172.31.90.48",
  "x-forwarded-for": "216.73.216.32, 172.31.90.48",
  "x-forwarded-proto": "http",
  "x-forwarded-port": "443",
  "x-amzn-trace-id": "Root=1-69a615af-66e872d52428b56e4d52c846",
  "accept": "*/*",
  "user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
  "accept-encoding": "gzip, br, zstd, deflate",
  "x-request-id": "31498476-0382-4e4c-9abe-f71eab991dc9",
  "x-envoy-expected-rq-timeout-ms": "15000",
  "x-forwarded-host": "mercadaoverde.instabuy.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",
  "referrer-policy": "strict-origin-when-cross-origin",
  "vary": "Host",
  "x-accel-expires": "3600",
  "x-content-type-options": "nosniff",
  "x-frame-options": "DENY",
  "x-xss-protection": "1; mode=block"
}