falcon-metrics / falcon-metrics-api

MIT License
6 stars 1 forks source link

Offline Local Startup - Possible missing configurations #1

Open GuinaCosta opened 5 months ago

GuinaCosta commented 5 months ago

Hi.

I hope this e-mail finds you well.

I'm a solutions architect from Iteris and my team and I are helping a customer to deploy an own instance from Falcon-Metrics Open Source.

I'm facing a few issues to start running the application locally.

The API repo does not have an example .ENV file, so I've been trying to discover a few required keys to be configured.

So far, I've reached a stage where the running the offline script is failing due this managed stages check:

image

I have tried the start:dev/dev script as well and it is failing in the same point:

image

Adding the appropriate treatment for null check, it brings a different error where the service instance is not defined:

image

I'd appreciate too much some help from Falcon-Metrics.

rahulracrazy commented 5 months ago

Hi @GuinaCosta, Even though I am working on the same, could you let me know if this has been resolved? or can you share the env template?