sonandmjyS
Convex Communityβ€’13mo agoβ€’
12 replies
sonandmjy

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;
Was this page helpful?