anmot.
CCConvex Community
•Created by anmot. on 12/11/2024 in #support-community
Edit Panel displays previously selected document instead of current Selection
Thanks for fixing it. Looks good now.
3 replies
CCConvex Community
•Created by anmot. on 10/18/2024 in #support-community
Basic Auth for log stream webhook
Thanks for looking into this. I was using Clickhouse http interface.
https://clickhouse.com/docs/en/interfaces/http
5 replies
CCConvex Community
•Created by anmot. on 10/18/2024 in #support-community
Basic Auth for log stream webhook
Bumping up.
5 replies
CCConvex Community
•Created by anmot. on 9/6/2024 in #support-community
Convex Auth - /api/auth/ - 404 not found
Looks like trailing slash is causing the issue. Removed trailingSlash: true from the next.config.ts and it seems to be working. Thanks for looking into it.
9 replies
CCConvex Community
•Created by anmot. on 9/6/2024 in #support-community
Convex Auth - /api/auth/ - 404 not found
9 replies
CCConvex Community
•Created by anmot. on 9/6/2024 in #support-community
Convex Auth - /api/auth/ - 404 not found
Upgraded to latest versions.
path /api/auth/ does not match /api/auth
Next js app is running on 30009 replies
CCConvex Community
•Created by anmot. on 9/6/2024 in #support-community
Convex Auth - /api/auth/ - 404 not found
Getting 404, if I remove the trailing /
No logs in convex. I don't think the request is reaching convex server.
Client code:
Server auth.ts
9 replies
CCConvex Community
•Created by anmot. on 9/4/2024 in #support-community
Can we add custom domain to dev convex deployment?
Great. Thanks for considering this.
5 replies
CCConvex Community
•Created by anmot. on 9/4/2024 in #support-community
Can we add custom domain to dev convex deployment?
Thanks for looking into it. We need a webhook API that our partners can call, but in development environments, we face a challenge because we cannot provide them with a Convex site URL. Our partners require us to register using a specific company domain, which cannot be easily changed. As a result, we rely on ngrok as a workaround to expose our dev environment. However, if custom domains were supported in development deployments, it would greatly simplify the development process and improve the overall dev experience.
Is there any strong reason this is not supported in dev deployments?
5 replies
CCConvex Community
•Created by anmot. on 8/26/2024 in #support-community
Dependent queries not working with tanstack query
Thanks for looking into this. Filed an issue - https://github.com/get-convex/convex-react-query/issues/5
6 replies
CCConvex Community
•Created by anmot. on 8/2/2024 in #support-community
convexAction in @convex-dev/react-query ?
Great. Thanks for the confirmation.
9 replies
CCConvex Community
•Created by anmot. on 8/2/2024 in #support-community
convexAction in @convex-dev/react-query ?
Thanks for looking into this. This is seems to work. If someone can confirm if this is the recommended approach, that would be great. It might be worth mentioning in the docs as well.
https://docs.convex.dev/client/tanstack-query
9 replies
CCConvex Community
•Created by anmot. on 7/24/2024 in #support-community
zod return validator in convex-helpers?
I understand now. Thanks for the clarification.
11 replies
CCConvex Community
•Created by anmot. on 7/24/2024 in #support-community
zod return validator in convex-helpers?
It might work with convex values but I think zod validators (args and output) are not flexible IMO. Please correct me if my understanding is incorrect.
z.object doesn't work on args, it only takes {}
{} doesn't work on output, it only takes zod type
11 replies
CCConvex Community
•Created by anmot. on 7/24/2024 in #support-community
zod return validator in convex-helpers?
Edited my comment (changed v to z). It would be nice to use similar syntax for both the input and output validators but shouldn’t be a major concern as we have atleast output validator to work with.
11 replies
CCConvex Community
•Created by anmot. on 7/24/2024 in #support-community
zod return validator in convex-helpers?
Thanks for pointing out. Rather than removing "output", can we consider keeping it and adding "returns" to prevent any confusion in the future. Also they follow different syntax for defining schema.
11 replies
CCConvex Community
•Created by anmot. on 7/13/2024 in #support-community
Does convex support database triggers?
I was concerned about loosing type safety with the helper functions but that doesn't seem to be case. So far seems to be working.
7 replies
CCConvex Community
•Created by anmot. on 7/13/2024 in #support-community
Does convex support database triggers?
Thanks for your suggestion.
7 replies
CCConvex Community
•Created by anmot. on 6/21/2024 in #support-community
Can we use zodToConvex with defineEnt when defining ent schema?
Awesome. I will wait for it then. Thanks for your help.
5 replies
CCConvex Community
•Created by anmot. on 6/21/2024 in #support-community
Can we use zodToConvex with defineEnt when defining ent schema?
Any rough ETA on when the next release would be? Right now I’m evaluating whether to continue with convex vanilla API or wait for the fix in ents.
5 replies