https://prefect.io logo
Title
n

Nimesh Kumar

01/31/2023, 12:03 PM
Hi i am running prefect using minio as a object storage, i am getting this error while triggering the flow using "create_flow_run_from_deployment" Question is : 1. am i not able to successfully load flow from minio 2. or am i not able to pull SLACK_WEBHOOK_URL from .env file
c

Christopher Boyd

01/31/2023, 3:48 PM
Hi Nimesh, you can try turning up logging:
prefect config set PREFECT_LOGGING_LEVEL=DEBUG
and re-running. How did you register and apply your deployment, and where is your flow entry point?
n

Nimesh Kumar

01/31/2023, 4:37 PM
I have defined constants in .env file which i am using, i don't know how .env file didn't get pushed into minio and this flow was not able to get the constant from env file, for now i have hard coded it Any reason why .env didn't get pushed into minio?