vscode-coding-tracker-server
vscode-coding-tracker-server copied to clipboard
Raise error if visit to links with #overview or other anchor(hash) (#projects and etc.)
Hi! I like your tracker :)
But there is one error, as on this screenshot:
This error occurs when i open a tracker's link with #overview anchor at the end of URL in a new browser tab (from bookmarks), works fine without the anchor.
/report/?token=123456#overview => error /report/?token=123456 => fine
I have the same problem, except that when I go to /report/?token=123456
, I'm automatically redirected to /report/?token=123456#overview
...