Clerk integration call functions infinitely - need help
expo@52.0.17
, convex@1.17.3
and @clerk/clerk-expo@2.4.2
, currently working in a turborepo project with yarn
I have configured the clerk integration according to the documentation, my _layout.tsx
:
```typescript
import { ClerkProvider, useAuth, ClerkLoaded } from "@clerk/clerk-expo";
import { ConvexProviderWithClerk } from "convex/react-clerk";...convex.json schema?
convex.json
config file by chance. Does this exist? Couldn't find anything on the Convex search.I currently run a cron job every 20 sec but its using bandwidth a lot how can i reduce the bandwidth
`too many open files` when running `expo start` in Convex RN template
.paginate combined with .withIndex is causing an error
Convex Auth + Tamagui (Monorepo)
signIn
Im getting http://localhost:3000/api/auth
404 Not found error. What am I doing wrong?Convex with Vue/Nuxt
Telegram Authentication
how do you do a like operator in queries?
How to get `ctx` through indirection?
convex/http.ts
```typescript
import { httpRouter } from "convex/server";...Help with search in join table
How can we collaborate accross diffrent repos
Connect to multiple projects from the same nextjs app
Auth not working properly in Nextjs
expo-push-notification with convex
Sync local database to Convex database
After moving from Clerk to Convex-Auth my convex tests fail
convex dev
does not report any problems. But all my tests are now failing with this import error:
Error: Cannot find module '/home/michael/WebstormProjects/bikeproto/node_modules/@convex-dev/auth/dist/server/oauth/checks' imported from /home/michael/WebstormProjects/bikeproto/node_modules/@convex-dev/auth/dist/server/oauth/callback.js
Error: Cannot find module '/home/michael/WebstormProjects/bikeproto/node_modules/@convex-dev/auth/dist/server/oauth/checks' imported from /home/michael/WebstormProjects/bikeproto/node_modules/@convex-dev/auth/dist/server/oauth/callback.js
Multi-part complicated forms
Help me better understand paginated queries
filter
from the convex-helpers
library when, in client, I give a small value to initialNumItems
.
I have 2 tables:
table campaigns...create a new account