Open LoadJulz opened 1 month ago
I have the issue after upgrading to the latest version from 8.2 my subpathes not working anymore.
This one is redirecting me to the Test.page: AutoRoute(path: '/:id', page: Test.page)
AutoRoute(path: '/:id', page: Test.page)
This one is doing nothing but loading indefinitely: AutoRoute(path: '/test/:id', page: Test.page)
AutoRoute(path: '/test/:id', page: Test.page)
Could someone assist me what has changed in the meantime? I am using auto_route 9.2.2 and I am operating my app on Web.
I have the issue after upgrading to the latest version from 8.2 my subpathes not working anymore.
This one is redirecting me to the Test.page:
AutoRoute(path: '/:id', page: Test.page)
This one is doing nothing but loading indefinitely:
AutoRoute(path: '/test/:id', page: Test.page)
Could someone assist me what has changed in the meantime? I am using auto_route 9.2.2 and I am operating my app on Web.