alkem-io / populator

Populate the entities in an ecoverse from a defined Google Sheet format
European Union Public License 1.2
0 stars 0 forks source link

Populator is failing to get user defined .env configuration #98

Closed Comoque1 closed 2 years ago

Comoque1 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Get latest version from populator repository
  2. Configure local .env file with the following data:
    API_ENDPOINT_PRIVATE_GRAPHQL=https://test.alkem.io/api/private/non-interactive/graphql
    ALKEMIO_DATA_TEMPLATE='alkemio-sdgs.ods'
    AUTH_ADMIN_EMAIL=admin@alkem.io
    AUTH_ADMIN_PASSWORD=<the GA password>
    ALLOW_HUB_CREATION=true
  3. Trigger npm run populate - population fails image.png

Expected behavior Population runs with user defined configuration.