jeff
jeff
CCConvex Community
Created by jeff on 3/21/2024 in #support-community
Documentation link suggestion [low priority]
See: https://docs.convex.dev/client/react/nextjs-pages-router/nextjs-pages-router#server-side-rendering
We are investigating ways to combine Next.js server-side rendering with end-to-end reactivity. Stay tuned!
This should probably point to: https://docs.convex.dev/client/react/nextjs/server-rendering
2 replies
CCConvex Community
Created by jeff on 3/6/2024 in #support-community
Surely a bug (with TypeScript fanciness) ?
No description
38 replies
CCConvex Community
Created by jeff on 3/3/2024 in #support-community
`Connection lost while action was in flight` (at wit's end)
Posting here in case the team filters by not Resolved. I have the same issue as, and continued the thread of: https://discord.com/channels/1019350475847499849/1197126969465262080 Please help, I have no idea what to do / how to debug further. Thanks! 🙏
2 replies
CCConvex Community
Created by jeff on 2/26/2024 in #support-community
Best-practice for (mutation+action) function?
Hi! 👋 Brief question: When I need, in response to a client's clickety-clicking, to:
a) write some changes to the DB; and
b) call some external APIs (using custom libraries) Is it better practice: * to call an Action from the client, and runQuery within the action as needed; or
* to call a Mutation, and then... I guess schedule an action? I strongly assume the former, now that I've typed it out—but would appreciate feedback anyway!
What's the best way to achieve only-once'ness/atomicity? A semaphore table maybe? Thanks!
60 replies
CCConvex Community
Created by jeff on 1/10/2024 in #support-community
[SOLVED] Vercel deploy only creates index.html (+3 others)
Hi 👋 I am deploying using Vercel by following the guide. My build succeeds, but the only static assets are: /index.html, /assets/index-1b44bb0f.css, /assets/index-d68674be.js, and /vite.svg. Convex functions do get pushed. When trying to reproduce locally, the build command npx convex deploy --cmd 'npm run build' -v fails with no information. How do I debug this—any help appreciated! 🙂
11 replies