lanthe
lanthe
CCConvex Community
Created by lanthe on 3/29/2024 in #support-community
convex-session-id doesn't consistently get set
I'm using Sessions following this blog post: https://stack.convex.dev/track-sessions-without-cookies About 20% of the time, convex-session-id never gets set in Session storage, so my session disappears when I reload the tab. When I reference ctx.sessionId in my *WithSession backend functions, I get a consistent value, even though convex-session-id isn't set in the browser. Am I holding it wrong? Is this a bug w Convex?
14 replies
CCConvex Community
Created by lanthe on 3/4/2024 in #support-community
Netlify deploy build errors
I'm trying to deploy via Netlify and I'm getting build errors. At first I was getting this error: https://github.com/vitejs/vite/issues/15714 I updated vite to 5.1.5 and now I'm getting this instead: "node_modules/vite/dist/node/index.d.ts(5,41): error TS2307: Cannot find module "rollup/parseAst" or its corresponding type declarations." The internet's advice on this error appears to be to downgrade vite :/. Any thoughts?
23 replies
CCConvex Community
Created by lanthe on 1/31/2024 in #support-community
Screenshot in tutorial to add an environment variable is out of date
This is a nitpick but I spent 5 minutes clicking around because the "Environment Variables" setting is hidden in the hamburger menu for narrow browsers which doesn't match the screenshot in the tutorial here: https://docs.convex.dev/tutorial/actions#connect-your-project-to-openai
2 replies