My Github Deployment stuck at “Provisioning"

My GitHub repo deployment stuck at Provisioning step after I configured prisma migration (

Hi @Sergey_Ripplinger,

It seems that you are starting your app during build process: “LOG Application is running on: http://[::1]:8000”
That’s why it stucks.
I see that you are using buildpack. Do you have a Procfile?
What exactly did you enable prisma migration?