David AlonsoD
Convex Community2y ago
3 replies
David Alonso

`npx convex dev` hanging

Why does having this inside an action file cause npx convex dev to hang on "Analyzing and deploying source code..."

"use node"

configureGenkit({
  plugins: [
    openAI({ apiKey: process.env.OPENAI_API_KEY }),
    googleAI({ apiKey: process.env.GOOGLE_GENERATIVE_AI_API_KEY }),

  ],
  flowStateStore: "firebase",
  traceStore: "firebase",
  logLevel: "debug",
  enableTracingAndMetrics: true,
});


I would like to be able to see detailed logs of what is going on if possible?
image.png
Was this page helpful?