Coffee11
CCConvex Community
•Created by Coffee11 on 6/22/2024 in #support-community
Image compression integration
Has anyone implemented a middleware to optimize images before uploading to Convex, for example, using the TinyPNG API?
11 replies
CCConvex Community
•Created by Coffee11 on 6/21/2024 in #support-community
Dynamic query
Is this how we create dynamic query in convex?
it's working as expected but getting a typescript warning.
8 replies
CCConvex Community
•Created by Coffee11 on 6/21/2024 in #support-community
Need guidance on return types of query
Hi, I need help understanding why the return type of the given query contains null in the object return of get despite having a null check?
return type
but putting "!" solves the issue?
return type
7 replies
CCConvex Community
•Created by Coffee11 on 6/20/2024 in #support-community
"in" filter keyword
How to achieve this in convex?
10 replies
CCConvex Community
•Created by Coffee11 on 6/19/2024 in #support-community
Drop table property with index
Hi how to delete a property that has an index and data?
Document with ID "k970fhqa6pzjy3cxx04esrty4s6v7bsf" in table "property_features" does not match the schema: Object contains extra field
tag
that is not in the validator.
Object: {category: "amenities", name: "Big roads", slug: "motor-way", tag: "amenities", tags: ["condominium", "house-and-lot", "warehouse", "land"]}
Validator: v.object({category: v.optional(v.string()), name: v.string(), slug: v.string(), tags: v.optional(v.array(v.string()))})3 replies
CCConvex Community
•Created by Coffee11 on 6/12/2024 in #support-community
Production with react-native?
Any tutorial similar to nextjs deployment?
11 replies
CCConvex Community
•Created by Coffee11 on 6/11/2024 in #support-community
Query caching in react-native
Can the useQuery be like tanstak/react-query?
2 replies
CCConvex Community
•Created by Coffee11 on 6/9/2024 in #support-community
status: Exhausted when using paginated query?
Why?
3 replies
CCConvex Community
•Created by Coffee11 on 6/9/2024 in #support-community
Promise {} is not a supported Convex type in paginated query with join
Working
Not working
4 replies
CCConvex Community
•Created by Coffee11 on 6/9/2024 in #support-community
Dynamic filters?
Hi any tips how to make a dynamic query?
3 replies
CCConvex Community
•Created by Coffee11 on 6/2/2024 in #support-community
Mobile and web app project
What is the best strategy if I want to use 1 convex project for my react-native and nextjs project?
18 replies
CCConvex Community
•Created by Coffee11 on 6/1/2024 in #support-community
Null user in convex function when using fetchQuery
Does ctx.auth only works with client components? I'm using clerkjs
Clerkjs middleware
SSR
Convex function
3 replies