Error when deploying to vercel

Integrations

I added my code the git repo and trying to deploy to vercel. I am getting this error:

Error: Command "flutter/bin/flutter build web --release" exited with 1

12:06:01.047


Any idea why?

Here are my deployment settings in vercel

Build command: flutter/bin/flutter build web --release

Output directory: build/web

Install command: if cd flutter; then git pull && cd .. ; else git clone https://github.com/flutter/flutter.git; fi && ls && flutter/bin/flutter doctor && flutter/bin/flutter clean && flutter/bin/flutter config --enable-web

What have you tried so far?

Everything

Did you check FlutterFlow's Documentation for this topic?
No
1
2 replies