Airbyte Convex Destination Connector - 404 Error
Convex Auth with Google Provider
Usage "function calls"
Airbyte 404 response on Convex destination
using convex-ents mapping feature
http actions with abort signal
Why calling an action from a client is an anti-pattern?
External Data Import to Convex with Dagster
Is there a way to wait for what an internalAction returns?
How to retrieve remaining rate limits from Convex's rateLimiter?
Query by array
walletAddress
es?
I have users
table and each user has an optional walletAddress
field.
I need to fetch all users (at once) given the walletAddresses
array...search index multiple chained filter fields behaviour not as expected
Multiple Fields Names in Full Text Search
Aggregate (Convex Component) fails if multiple documents are added at once
Request for better Swift Error Handling
Thread 3: Fatal error: 'try!' expression unexpectedly raised an error: Swift.DecodingError.typeMismatch(Swift.String, Swift.DecodingError.Context(codingPath: [], debugDescription: "Expected to decode String but found a dictionary instead.", underlyingError: nil))
Thread 3: Fatal error: 'try!' expression unexpectedly raised an error: Swift.DecodingError.typeMismatch(Swift.String, Swift.DecodingError.Context(codingPath: [], debugDescription: "Expected to decode String but found a dictionary instead.", underlyingError: nil))
Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?
defineEnts
method to define a table in my schema:
```events: defineEnt({...Authenticating Http API
Paginated Queries correctly when multiple concurrent mutations
Feature Request: return the number the page is on in `.paginate()`
Fetching another document's data via id in query
schema.ts
```ts
import { authTables } from "@convex-dev/auth/server";
import { defineSchema, defineTable } from "convex/server";
import { v } from "convex/values";...