I've created single page webapp (Not connected to database, currently using hardcoded dummy data)
when I deploy it on independent server it works fine (i.e www.example.com) but when I deploy it as a sub-app (www.example.com/flutter) it redirects to home page (www.example.com), not considering relative url.
I haven't setup any navigation/routing in that since it is single page app and does not contain much data.