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!