building app for web and mobile
Self-hosting ( convex on premise )
Trouble using useQuery and convexQuery with queries that use ctx.auth.getUserIdentity()
useQuery()
(from convex/react
) or the @convex-dev/react-query
package's convexQuery()
functions to call query()
functions in my Convex API that check ctx.auth.getUserIdentity()
as an auth guard mechanism.
In other places in my nextjs project (server actions), I can invoke such query functions by adding a third argument with an auth token, like this:
```ts...Advice Optimizing Search and Filters
Call internalAction in 'use node' environment, from a mutation
efficiency of: return (await ctx.db.query("messages").collect()).length;
Require cycle issues, can't seem to troubleshoot to where its coming from
Best pattern for mutation after query
Querying for random record
Turbo Repo Exmaple
Query data from Backend
convex x hono
.notfound
endpoint work.
i get errors if i just visit a wrong path rather it showing a message of not found or something.
```import { Hono } from "hono";...Client side caching / costs?
api routes with next-intl
Unable to find next-intl locale because the middleware didn't run on this request. See https://next-intl-docs.vercel.app/docs/routing/middleware#unable-to-find-locale. The notFound() function will be called as a result.
...
convex logs only last for 1 day ? I need 3 weeks at least
How do I skip queries when using convex with tanstack query.
OptimisticUpdate
Setting auth from within an HTTP action
convex auth - getting logged out after 1 day

auth - vanilla js app