Flutter webapp redirects to homepage

Viewed 84

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.

0 Answers
Related