Hi team, can help me ? I get a error like ```Downl...
# ask-community
l
Hi team, can help me ? I get a error like
Copy code
Downloading flow code from storage at None

Flow could not be retrieved from deployment.
my code
Copy code
ali= RemoteFileSystem.load("ali")


deployment = Deployment.build_from_flow(
    flow=download,
    name="test",
    storage=ali,
    schedule=(CronSchedule(cron="0 16 * * *"))
)
deployment.apply()
c
Hi @lialzm - I’m currently working with you in this thread…
notablye, how is your storage configuration and storage block setup
l
thanks,I will try Docker Container