Flutter Project for WEB using Nginx for Deployment

Project Settings

Hello everyone,

I have a project made with FlutterFlow, where I used dynamic routes. I need to retrieve a parameter from the route, a UUID, and the route looks like this: "/yvc/".

However, in the publishing option of FlutterFlow for web, it works. But when I download the code and run the flutter build web command and use an Nginx container to serve these files, it doesn't recognize the parameters.

If anyone can help. Thanks!

What have you tried so far?

I tried various Nginx configurations and the configurations I found on FlutterFlow.

Did you check FlutterFlow's Documentation for this topic?
Yes
2