Hello, I'm trying to setup genkit inside
Hello, I'm trying to setup genkit inside an existing next.js app I've been building. Ive gone through the setup flow in the docs, but i get the error here. I haven't found this type of error mentioned anywhere. In the dev panel, no flows / prompts / models appear. `
Unable to retrieve actions - check the server logs for more details.
Error: Error listing actions.
at Runner.httpErrorHandler (/Users/connor/fora-next/node_modules/@genkit-ai/tools-common/lib/cjs/runner/runner.js:231:15)
at /Users/connor/fora-next/node_modules/@genkit-ai/tools-common/lib/cjs/runner/runner.js:281:34
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Runner.listActions (/Users/connor/fora-next/node_modules/@genkit-ai/tools-common/lib/cjs/runner/runner.js:279:26)
at async resolveMiddleware (/Users/connor/fora-next/node_modules/@trpc/server/dist/index.js:423:30)
at async callRecursive (/Users/connor/fora-next/node_modules/@trpc/server/dist/index.js:453:32)
at async /Users/connor/fora-next/node_modules/@genkit-ai/tools-common/lib/cjs/server/router.js:91:20
at async callRecursive (/Users/connor/fora-next/node_modules/@trpc/server/dist/index.js:453:32)
at async resolve (/Users/connor/fora-next/node_modules/@trpc/server/dist/index.js:483:24)
at async inputToProcedureCall (/Users/connor/fora-next/node_modules/@trpc/server/dist/resolveHTTPResponse-b2ba9325.js:48:22)Unable to retrieve actions - check the server logs for more details.
Error: Error listing actions.
at Runner.httpErrorHandler (/Users/connor/fora-next/node_modules/@genkit-ai/tools-common/lib/cjs/runner/runner.js:231:15)
at /Users/connor/fora-next/node_modules/@genkit-ai/tools-common/lib/cjs/runner/runner.js:281:34
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Runner.listActions (/Users/connor/fora-next/node_modules/@genkit-ai/tools-common/lib/cjs/runner/runner.js:279:26)
at async resolveMiddleware (/Users/connor/fora-next/node_modules/@trpc/server/dist/index.js:423:30)
at async callRecursive (/Users/connor/fora-next/node_modules/@trpc/server/dist/index.js:453:32)
at async /Users/connor/fora-next/node_modules/@genkit-ai/tools-common/lib/cjs/server/router.js:91:20
at async callRecursive (/Users/connor/fora-next/node_modules/@trpc/server/dist/index.js:453:32)
at async resolve (/Users/connor/fora-next/node_modules/@trpc/server/dist/index.js:483:24)
at async inputToProcedureCall (/Users/connor/fora-next/node_modules/@trpc/server/dist/resolveHTTPResponse-b2ba9325.js:48:22)