fugufish
fugufish
CCConvex Community
Created by fugufish on 1/27/2025 in #support-community
Authoring Components
I may be missing it, but is there a place to find out how to author components? I know the api is somewhat in flux, but two components I am interested in: * application level encryption (similar to rails encryption) * better sentry/transaction handling (if possible)
5 replies
CCConvex Community
Created by fugufish on 1/22/2025 in #support-community
I'm having problems integrating launch darkly
// convex/convex.config.ts
import { defineApp } from "convex/server";
import launchdarkly from "@convex-dev/launchdarkly/convex.config";

const app = defineApp();

app.use(launchdarkly);

export default app;
// convex/convex.config.ts
import { defineApp } from "convex/server";
import launchdarkly from "@convex-dev/launchdarkly/convex.config";

const app = defineApp();

app.use(launchdarkly);

export default app;
Failed to analyze config.js: Uncaught Error: Component definition does not have the required componentDefinitionPath property. This code only works in Convex runtime.
Failed to analyze config.js: Uncaught Error: Component definition does not have the required componentDefinitionPath property. This code only works in Convex runtime.
Also, the library has a vulnerability (which I submitted a PR on) https://github.com/get-convex/launchdarkly
9 replies
CCConvex Community
Created by fugufish on 12/31/2024 in #support-community
requestId access
Is there a way to gain access to the requestId in the context? I've dug through the convex-js code and it seems like something might be stubbed out, but I can't seem to figure how to get at it
55 replies