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
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.
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.
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.
The text was updated successfully, but these errors were encountered: