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

Selecting Dashboard causes exception, when no data #3641

Closed
matleppa opened this issue Nov 29, 2018 · 2 comments
Closed

Selecting Dashboard causes exception, when no data #3641

matleppa opened this issue Nov 29, 2018 · 2 comments
Assignees

Comments

@matleppa
Copy link
Member

matleppa commented Nov 29, 2018

In Next, when Dashboard is selected in main menu, an exception occurs, if no data is found.

@matleppa
Copy link
Member Author

Error_dash_7_days.png

@matleppa
Copy link
Member Author

matleppa commented Dec 5, 2018

The problem seems to be following:

  1. connect API to a Proxy with Proxy base path XXX
  2. generate calls using XXX
  3. wait cron to update traffic data from ES to local DB
  4. change Proxy base path to YYYY
  5. generate calls using YYYY
  6. wait cron to update traffic data from ES to local DB
  7. Select Dashboard period Last 7 days (or Last 24 days)

Current results

  1. Statistics for the YYYY are displayed. In addition to that also following is seen: "Exception from Tracker recompute function:
    meteor.js?hash=6d285d84547b3dad9717a7c89c664b61b45ea3d8:942 TypeError: Cannot read property 'localeCompare' of undefined..."

Expected results

  1. At least no exception. But which data? Should also traffic with previous Proxy base paths to be shown?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant