camrongiuliani
camrongiuliani
# Description Fix: Path resolution strategy for Flutter Web hosted outside of base path (issue #941) ## Checklist - [X] The title of my PR starts with a [Conventional Commit]...
https://github.com/Flutterando/modular/blob/edc191975f51416ba52ffb6f078125dedae15f0c/flutter_modular/lib/src/presenter/navigation/modular_route_information_parser.dart#L55C5-L55C63 When a Flutter Web app is deployed somewhere other than the root of the server, for example: https://www.example.com/flutterapps/myapp Modular redirects to: https://www.example.com/flutterapps/myapp/#/flutterapps/myapp/ Due to the UrlService being favored over...