IamtheFuture
CCConvex Community
•Created by IamtheFuture on 9/6/2024 in #support-community
Batch Patch Error
why is this throwing error
error:
[CONVEX M(products:updateFeaturedProducts)] [Request ID: 583339ec3107f9e8] Server Error
Uncaught Error: undefined is not a valid Convex value (present at path [0] in original object ["undefined"]). To learn about Convex's supported types, see https://docs.convex.dev/using/types.
at convexToJsonInternal (../../node_modules/convex/src/values/value.ts:287:6)
3 replies
CCConvex Community
•Created by IamtheFuture on 9/1/2024 in #support-community
Query Speed Up
please how do I optimise this query, I feel like am not doing it the right way
7 replies
CCConvex Community
•Created by IamtheFuture on 8/28/2024 in #support-community
Nextjs Api auth header from external app
Hi everyone, I have a situation
I want to call some nextjs api endpoint from my react navtive app, but I don’t want to make the nextjs api endpoint open, I want it authenticated(like passing auth headers to the api call from my mobile app), please how do I do this kind of authentication with convex-auth since convex-lucia-auth is no longer mentained anymore.
Thanks
11 replies