Convex dashboard database tables names
feature request: In Convex dashboard for database tables, start Chrome tabs with table name.
Currently, all Chrome tab names for the database tables pages start with "Data"...

`useNextPrevPaginatedQuery`
Hey allโI published to
npm
a little React hook for performing a more traditional form of pagination than what Convex offers by default via usePaginatedQuery
. This hook, called useNextPrevPaginatedQuery
, only loads one page of results at a time, and exposes functions for loading next/prev pages in the paginated result set. Check it out on GitHub or npm...Convex Auth with Svelte
Okay thanks, is there any auth soloution that supports both sveltekit and convex?
useMutation error
Hey @everyone i have got these error i dont know why it is appear. Can any body help with these, Thank you..!

Hello again, do convex have any examples
Hello again, do convex have any examples with NextJS, @tanstack/react-query and prefetching on a server?
I'm getting error from
convex/react
:
```
@v1/app:dev: โจฏ createContext only works in Client Components. Add the "use client" directive at the top of the file to use it. Read more: https://nextjs.org/docs/messages/context-in-server-component...Paginated query executing twice
```
export default function NewProductPage() {
const result = usePaginatedQuery(
api.admin.listOwnPendingProducts,...
is there a method to populate the query
is there a method to populate the query with foriegn key data?
```
export const getAllStock = query({
args: {},
handler: async (ctx) => {...
I would prefer to use ChatGPT with the
I would prefer to use ChatGPT with the model of my choice. Additionally, I want to provide the entire stack's documentation as source material, including Nuxt, Vue, Convex, etc.
optimistic updates for paginated queries
is it possible to have optimistic update of paginated query localstore?
https://github.com/get-convex/convex-
https://github.com/get-convex/convex-helpers/blob/main/packages/convex-helpers/README.md#validator-utilities
in validator utils i need to define table again to validate parameters. is it possible to use existing from schema?
```import { Table } from "convex-helpers/server";...
i did a cron job in convex my convex
i did a cron job in convex my convex read write database is 12gb in bandwidth how do i resolve this issue

does anyone know how to apply filter
does anyone know how to apply filter here for "contain" instead of equal?

> Convex supports indexes containing up
Convex supports indexes containing up to 16 fields. You can define 32 indexes on each table. Indexes can't contain duplicate fields.tried three fields, been battling with typescript for more than an hour gonna continue tomrorow...
enforce unique indexes
is there a way to enforce unique indexes that combine multiple columns like in sql. like product id, product size, product color. this way when mutation would try to insert already existing combination of colums convex would throw an error?
My current working solution is to go to
My current working solution is to go to prod after deployment and run the convex function using the dashboard
i am using next js with convex and i am
i am using next js with convex and i am trying to use convex auth and i followed the docs , but i keep getting this error

I disabled all extensions (literally all
I disabled all extensions (literally all). And restarted, but the calculation takes 10 minutes, and after any changes it starts over again ๐ฆ