Dashboard feature requests ux
how do i install ssl on my selfhosted docker deploy?
After a query is cached, is calling it again free until its invalidated?
file storage on selfhosted? how does this work? do i have to use s3
Fetching a random subset of documents without having to collect() over the entire set?
Why no unions as function validators?
Convex Local Dev Deployments failing
npx convex dev --local --once
sets the .env.local
to localhost.
But Convex cannot connect: ⠴ Fetch failed, is http://127.0.0.1:3210 correct? Retrying...
It seems like the local instance isn't running....
Multiple deletion issue

Exclude a folder from automatic API generation in Convex?
Patching two values in a document causes functions to be re triggered
levels
table by adding 1 to times played and adding 1 to correctguesses if they got it right. However, when I add this patch code, it is triggering my original function again that pulls down 5 random levels and is causing the game to loop indefinitely?
```ts
export const checkGuess = mutation({
args: { levelId: v.id("levels"), selectedImageId: v.id("images") },...Auth in scheduled Actions
App Disabled: How to Fix Convex Storage Issues

Financial infrastructure provider requires IP whitelisting for API requests
Convex backend versioning
Increased incidences of generic failure + warning
Your request couldn't be completed. Try again later.
and the warning Client disconnected.
The most curious part (to me, anyways) is that in all of these instances the actions/HTTP actions seem to actually be functioning just fine. Even if the action in question is reported as a failure, it nonetheless appears to have behaved as though it succeeded.
What do those messages mean? Should I be concerned? It's not clear to me what the pattern is here, it seems fairly unpredictable (although I can reproduce them, sometimes)....unable to push deployment
MCP setup in Cursor not matching guidance.

R2 Store Method
Tips on sending batch notifications to a large group of users at once?