About receiving useQuery events
Convex Auth + Google + Custom Domain
.site
domain is being used even though I have a custom HTTP Actions domain configured in both Convex and Google Auth Platform.
The Convex URL shows up in the Google sign-in page, which makes it look untrustworthy to my customer (see screenshot) -- I need this page to display my custom subdomain instead.
I tried editing the domain
value in my auth.config.ts
, but this doesn't help -- it seems process.env.CONVEX_SITE_URL
is hardcoded in several places....
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