-
Notifications
You must be signed in to change notification settings - Fork 157
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
Dashboard loading empty if base URL is given #1468
Comments
@gerhean Can you check this one? It may cause by the |
Other things don't work too. e.g., can't load the code view. Need to locate the problematic PR and revert to quickly as all modules are using the latest version of RepoSense. |
This is a regression by #1421, |
It doesn't seem to some dashboards though e.g., https://nus-tic4002-ay2021s2.github.io/ip-dashboard/ |
@damithc, gerhean have identified the issue. I will merge his fix quickly. |
Repositories with more than 19 different types of files will crash, which can be traced from line 448 of `v_summary.js`. Bug is caused by a function not being copied properly in #1421, leading to an undefined function call. Let's copy the function over properly.
Any idea why https://nus-cs3281.github.io/2021-dashboard is loading empty? The data shows up only if I click on the 'reset date' button
Any recent change to URL parameters that could have caused this?
The text was updated successfully, but these errors were encountered: