undefinedundefined.RESEND_API_KEYRESEND_API_KEY and the JWKSJWKS/JWT_PRIVATE_KEYJWT_PRIVATE_KEY auth keys are loading and working perfectly.STRIPE_SECRET_KEYSTRIPE_SECRET_KEY and STRIPE_WEBHOOK_SECRETSTRIPE_WEBHOOK_SECRET, are consistently undefinedundefined inside my Convex actions.DUMMY_TESTDUMMY_TEST with a value of 12341234.240ef5c77e57d120240ef5c77e57d120 confirm the result: [LOG] 'Attempting to read DUMMY_TEST value:' undefined[LOG] 'Attempting to read DUMMY_TEST value:' undefined.240ef5c77e57d120240ef5c77e57d120 for my deployment? The logs clearly show a failure to load a newly added DUMMY_TESTDUMMY_TEST variable. Why is my production instance failing to sync with new secrets added to the dashboard, while older secrets continue to work?Convex for Enterprise (and updates to ev...
james · 3w ago
FYI, the formerly known as support-community channel is now known as <#1088161997662724167> to better reflect that it's community-driven support. A big thanks to all the mods, champions, and everyone for keeping this community supportive and active as Convex continues to grow.
Wayne · 3w ago
tl;dr Convex 1.33.0 has a lot of CLI improvements for users & coding agents ## Agentic coding improvements ```txt export CONVEX_AGENT_MODE=anonymous npx convex init npx convex env set --from-file .env.agent npx convex dev --once npx convex run seed:addSeedData ``` - `npx convex init` allows you to ensure a deployment is initialized, but not try to push code to it yet, allowing an agent to set required environment variables before pushing code. - The CLI will now auto-start the local backend to run `convex env` and `convex run` commands. - `npx convex env set` can now accept values interactively, from a file or stdin. For one or many values at once. e.g. `npx convex env set < .env.cloud`. It will refuse to overwrite conflicting values without `--force`, making it generally safe to run. - Saving env variables with `npx convex env list > .env.cloud` now works for multi-line and other fancy values. - Setting up a new backend (agent or otherwise) no longer clobbers your `convex/tsconfig.json` or `README.md`. - Local development data (including anonymous agent backends) now live in your project’s `.convex` folder, making worktree isolation easier. (Convex 1.32) - There’s an `insights` MCP tool as well as `npx convex insights` that agents (and humans) can use to debug issues in production and other cloud deployments. (Convex 1.32) We made other improvements, including fixing one class of circular type errors. See the [CHANGELOG.md](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/CHANGELOG.md) for more details. cc @everyone
ian · 2mo ago
Join the Discord to ask follow-up questions and connect with the community
Join the Convex Discord! Explore Convex, the backend platform that keeps your app in sync.
15,960 Members
Join