Docs feedback: CLERK_SECRET_KEY is not findable
React quickstart breaks on `npm run dev:frontend`
npm create convex@latest
and then npm run dev
but I'm getting an error.
```
% npm run dev:frontend
...I just finished the tutorial and I have some questions
Sign in flow not working on deployment on AWS Amplify
Getting current user id in mutation
convex-python client freezing when using set_auth
How to handle metadata fetching in nextjs(14.2.14) + Convex
Next.js 15 (Canary) - Issue with Convex Auth Context
React Native Deployment
Union schema: no type inference?
Convex-helpers zod.ts typescript error caught by npx tsc
Tutorial doesn't actually work with Node 16
nextjs issue
npm install convex-helpers@latestnpm ERR! code ERESOLVE...
Ignoring _generated in pull requests/git diff
_generated
files for CI/CD reasons (and we concur with this), but we would still like to not have the files show up in our diffs for pull requests.
We tried putting the belowin a .gitattributes
file, but seems like that doesnt apply to github pull requests.
Anybody have some advice for this? Thanks! 🇩🇰
```/convex/_generated/* -diff...Cron Jobs, Actions, Internal Mutation
table value in array when querying
CRDT for text editors
Convex's compatibility
How to query items where array field contains a specific value?
[categoryId]
, but I need it to return items where categoryId
is one of potentially many elements in the array.
Here's my current query:
```typescript...Calculating average rating across a large dataset