SG.dev
Explore posts from serversCCConvex Community
•Created by SG.dev on 10/18/2024 in #support-community
Issue with Canceling a Scheduled Task – How to Retrieve and Pass Task ID to Frontend
I'm trying to implement a feature where users can schedule a deletion task and cancel it from the frontend, but I'm getting TS errors trying to return the taskId from a mutation:
- What is the recommended way to pass the scheduled task ID to the frontend so the user can cancel the task later?
- Should the task ID be stored in the database instead, or is there a way to return it safely from the mutation?
- Are there any examples or patterns recommended by the Convex team for handling cancelable scheduled tasks from the frontend?
3 replies
TTCTheo's Typesafe Cult
•Created by SG.dev on 5/7/2024 in #questions
Website hosting with HIPAA compliance
Hey guys, I was recently hired at a health tech startup and I'm wondering if anyone has any experience with setting up a website and choosing a tech stack that will be HIPAA (Health Insurance Portability and Accountability Act) compliant? I know the subject can get extremely complex, but I'm wondering if anyone could provide any insight. Thanks a bunch.
2 replies
CCConvex Community
•Created by SG.dev on 5/4/2024 in #support-community
Resend / Convex: Issue with Deploying JSX in Convex Environment - Unexpected Syntax Error
Can't for the life of me figure out how to resolve this issue. I'm encountering a deployment issue when using JSX within my Convex environment.
I've also added :
"jsx": "react-jsx"
under the compilerOptions
in my /convex/tsconfig.json
Here is the code:
I've also tried just calling the function like this and get the same error:
Any insight would be great, thanks guys!5 replies
TTCTheo's Typesafe Cult
•Created by SG.dev on 3/8/2024 in #questions
CMS + Drag N Drop Editor tools for clients?
Curious if anyone here has tried Makeswift and what your and/or clients experiences were like?
I remember Theo mentioned Retool and some other low code tools in a video, just can't remember which one it was.
Reason im asking is that im looking for a tool that will give a client a similar feel to Elementor and these other drag n drop editors. We're currently setup using Sanity within NextJS but long term I feel like he's going to want more control than just replacing text + images.
Any insight or advice would be greatly appreciated!
1 replies