I have created a small project to conduct a technical test for my use case.
The app receives an encoded JSON via URL parameters, and the data from the JSON is used within the app.
When I publish the project on FlutterFlow, everything works perfectly. When I download the project and run it locally, it also works fine.
However, when I create a web build to deploy on a server, the URL parameter stops working, and I can’t find the reason why. I Deploy the web app on Hostinger Web Server and also try in Github Pages. The app load, but when I send the parameters, redirect to a a 404 error page.
Currently, the app only receives the data from the URL and displays it on the screen. There is no custom code or modification involved.
Is there any limitation or library that I need to add for this case?
Thanks in advance
Sebastian.