Description:
When trying to run npm run dev:genkit to launch the genkit ui, getting the following error in the UI and none of the prompts, models and flows shows up. Tried the same with npm run dev , gives the same error.
Error:
Waiting to connect to Genkit runtime...
Your application must be running in dev mode to access all of the features of the Developer UI, either using genkit start or by setting the environment variable GENKIT_ENV=dev.
Be sure to check the logs for any startup errors.
Versions Used:
- Used the code from main branch as of 15th June 2025.
- Nodejs Version: 22.13.0
- Genkit Version: 1.12.0
Description:
When trying to run
npm run dev:genkitto launch the genkit ui, getting the following error in the UI and none of the prompts, models and flows shows up. Tried the same withnpm run dev, gives the same error.Error:
Versions Used: