sonandmjy
sonandmjy
CCConvex Community
Created by sonandmjy on 12/21/2024 in #support-community
Hitting error "found wrong number of app bundles" in dev CLI
Hi there! I am hitting an error in which whenever I add a convex.config.ts file to install components, I get a "found wrong number of app bundles" in the CLI. I have tried searching the docs and github but haven't managed to find anything. This is pretty much all that is in my convex.config.ts file right now. I am using remix in the same repo if that is of any significance. Any help would be appreciated! 😀 Thank you
import { defineApp } from "convex/server";

const app = defineApp();
export default app;
import { defineApp } from "convex/server";

const app = defineApp();
export default app;
11 replies