convex-js icon indicating copy to clipboard operation
convex-js copied to clipboard

TypeScript/JavaScript client library for Convex

Results 68 convex-js issues
Sort by recently updated
recently updated
newest added

We need to decide whether `--local` is 1. a flag you can use with `convex` dev and some other commands to conveniently switch without needing to run a separate --config...

Executing the following command using `"convex": "1.29.2"` it is no possible to deploy: ``` $ bunx convex deploy Verifying that the push isn’t deleting large indexes... ✖ Error: Unable to...

Hi team, I am trying to make the custom JWT auth work, but the auth state remains desperately unauthenticated, despite following strictly the doc steps. There is no error, nothing...

As far as I understand, `npx convex codegen` is supposed to generate local files without pushing it to the server. I do not have any problem running it locally even...

As discussed in this [discord thread](https://discord.com/channels/1019350475847499849/1430407429505679462), I've created a [minimal demo repo](https://github.com/chenxin-yan/convex-preloadedquery-example) to showcase the DX and UX differences between with/without skip option for `usePreloadedQuery` The primary motivation for this...

Add required method to validators. Convex validator objects get required & additionally get deepRequired to recursively make all fields in the object required. This PR was done alongside https://github.com/get-convex/convex-helpers/pull/848. We...

Include the `requestId` from the backend in the action ctx. This allows users to forward the `requestId` to external services for unified cross-service tracing ---- By submitting this pull request,...

I am referring to this [documentation](https://docs.convex.dev/client/nextjs/app-router/server-rendering) Here are the components: ```tsx import { getAuthToken } from "@/lib/convex"; import { api } from "@/_generated/api"; import { preloadQuery } from "convex/nextjs"; import...

I have 2 tables. It is going to be common for me to insert table A, get the id, and then insert table B. Other than the id reference, they...

convex dashboard not opening in Windows 11. default browser: Chrome 141.0.7390.66 and Brave Brave 1.85.56 (Official Build) nightly (64-bit) IDE: Cursor and VS Code Terminal: bash, cmd, powershell https://github.com/get-convex/convex-js/blob/63a385d299446eae6c6deea0dc1f3c606715148c/src/cli/dashboard.ts#L67-L81 and...