Aps
Aps
CCConvex Community
Created by Aps on 5/19/2024 in #support-community
How to test development httpActions
I created an httpAction following the documentation. The http object is the default export in the convex/http.ts file. I want to test this action while it's in my development environment. When I try to call https://<your deployment name>.convex.site/myAction I get 404. I assume this is because this domain is for production. How can I test the development env?
3 replies
CCConvex Community
Created by Aps on 11/5/2023 in #support-community
Logs seem to have bugged?
No description
3 replies
CCConvex Community
Created by Aps on 11/5/2023 in #support-community
Is there a limit on records in a DB table?
I'm seeing the following log when trying to insert new records in by database: failure Too many unique documents (maximum 1000000)
7 replies
CCConvex Community
Created by Aps on 10/22/2023 in #support-community
Date is not a supported Convex type
I have an action which returns an object with some "Date" type properties. When returning the object I get: Uncaught Error: Date "2023-09-09T00:00:00.000Z" is not a supported Convex type Is there a special way we should be dealing with Dates in Convex?
9 replies