-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
routing does not work on GitHub Pages #995
Comments
I'll pick this up. There is a solution in #41 (comment) but I haven't implemented it yet. |
@filipesilva that solves the weird Github 404 Issue, but it does not fix deep linking, like when navigating to https://kutyel.github.io/famous-painters/painter/3, for example. I bet there is something missing... |
@kutyel perhaps the missing bit now is related to #989 (comment)? |
@filipesilva you are right, I will keep track of the changes made to the new router, thanks! 👍 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
any
ng --version
. If there's nothing outputted, please run in a Terminal:any
do on your code? etc.
The app was fully created with the angular-cli
more information.
Error 404
I have an Angular 2 App deployed via GitHub Pages (using the CLI) here, whether you refresh the page or navigate using deep linking it does not work and an Error 404 from GitHub is given. I have used the CLI to generate the routes and used the new router (not the
router-deprecated
).The text was updated successfully, but these errors were encountered: