You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
When using path based location strategy (not hash), path based routing results in 404s when dynamic reloading occurs after making any code changes during development.
Make a code change, webpack hot-reload fails with 404
insert any relevant code between the above and below backticks
Which @ionic/app-scripts version are you using?
1.3.7
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
This pull request fixes the issue quite nicely.
The text was updated successfully, but these errors were encountered:
lincolnthree
changed the title
Please support path-based location strategy in local dev "ionic serve"
Please merge PR to support path-based location strategy in local dev "ionic serve"
May 9, 2017
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
When using path based location strategy (not hash), path based routing results in 404s when dynamic reloading occurs after making any code changes during development.
What behavior are you expecting?
This:
#916
Steps to reproduce:
Which @ionic/app-scripts version are you using?
1.3.7
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
This pull request fixes the issue quite nicely.
#916
The text was updated successfully, but these errors were encountered: