Open hashimchargemod opened 1 year ago
I run into the same problem with Beamer: 1.5.2. My app works fine without Beamer.setPathUrlStrategy(), for example with http://localhost:52793/#/screenshot/2 . As soon as I use Beamer.setPathUrlStrategy(), my app works fine when navigating via the app, but as soon as I insert the current URL like http://localhost:52793/screenshot/2, my app is pushed back to http://localhost:52793/. Does anyone have an idea or a fix?
Regards, Stephan
I run into the same problem with Beamer: 1.5.2. My app works fine without Beamer.setPathUrlStrategy(), for example with http://localhost:52793/#/screenshot/2 . As soon as I use Beamer.setPathUrlStrategy(), my app works fine when navigating via the app, but as soon as I insert the current URL like http://localhost:52793/screenshot/2, my app is pushed back to http://localhost:52793/. Does anyone have an idea or a fix?
Regards, Stephan
Have you found any solutions?
unfortunatly not
It seems we're having the same problem.
I've added Beamer.setPathUrlStrategy(); in main before runApp and the url navigation is not working, when i type mydomain.com/store then i get a 404 not found. but when i remove Beamer.setPathUrlStrategy(); from main, then the url navigation is working
version = beamer: ^1.5.3
To reproduce the issue, you can add Beamer.setPathUrlStrategy() in the main file.
Beamer.setPathUrlStrategy() is using to remove the # from the url in the web