Skip to content
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

Demo page is not accessible #35

Closed
AlexPasternak opened this issue Aug 20, 2019 · 2 comments
Closed

Demo page is not accessible #35

AlexPasternak opened this issue Aug 20, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@AlexPasternak
Copy link

The demo URL referenced in ReadMe.md is not accessible and shows 404 error.
https://kayvanbree.github.io/f10k/tracks

If the demo is not available yet, that should be mentioned in the ReadMe for now.
2019-08-20 9 10 37 AM

@kayvanbree
Copy link
Owner

kayvanbree commented Aug 20, 2019

Hey @AlexPasternak,

Thanks for your issue!

This is because I'm hosting the static files on GitHub pages. If you go to https://kayvanbree.github.io/f10k it will go to index.html, which is correct, but when you go to https://kayvanbree.github.io/f10k/tracks it will look up /tracks/index.html. That file does not exist. The solution for now is to only use that first link, and let Angular do its routing magic.

I created issue #29 for this.

If everything is correct, the application should now also automatically do the authorization whenever the token is expired, but I will still need to create a backend to implement an Authorization flow that supports refresh tokens.

[edit] I also quickly turned off playlist import as it is still broken.

@kayvanbree kayvanbree added the bug Something isn't working label Aug 20, 2019
@kayvanbree
Copy link
Owner

Closing in favor of #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants