Answers about api-key
Questions and answers from the Croct community about api-key.
0
CROCT_API_KEY ended up in a shared log, how do I rotate it without downtime?
On 2026-06-16 we found CROCT_API_KEY printed in a CI log from a debug step added in April. The log is internal but shared across teams, so per our policy the…
19
fetchContent works locally but returns auth errors in prod, API key looks fine
Deployed our Next.js storefront with both env vars set: Locally everything works. In production every server-side fetchContent call fails with: I created the…