SNiKerDoDle
SNiKerDoDle3mo ago

Stuck on Finding component definitions

I am using a cloud deployment, and am not able to do anything right now. not sure what'd be wrong, no errors in any of the convex files.
4 Replies
Convex Bot
Convex Bot3mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Clever Tagline
Clever Tagline3mo ago
More details please (see the bot msg above)
SNiKerDoDle
SNiKerDoDleOP3mo ago
Sorry, I'm just running convex dev. I'm not sure what to include here, but I am using the AI agent component in this case.
import agent from "@convex-dev/agent/convex.config";
import { defineApp } from "convex/server";

const app = defineApp();
app.use(agent);

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

const app = defineApp();
app.use(agent);

export default app;
I'm not too sure what else to include that is useful
No description
SNiKerDoDle
SNiKerDoDleOP3mo ago
This will run forever i just deleted node_moudles seems to of fixed it actually.

Did you find this page helpful?