fugufishF
Convex Community12mo ago
8 replies
fugufish

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;


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
GitHub
A Convex component that syncs LaunchDarkly feature flags - get-convex/launchdarkly
GitHub - get-convex/launchdarkly: A Convex component that syncs Lau...
Was this page helpful?