newrelic / nr1-learn-nrql

NR1 learn NRQL helps New Relic Customers quickly learn our custom query language - NRQL
Apache License 2.0
20 stars 15 forks source link

App does not initialize #32

Closed aswanson-nr closed 3 years ago

aswanson-nr commented 3 years ago

Description

The latest version of this app (main) does not initialize and just displays

Screen Shot 2021-04-01 at 1 12 05 PM

The currently deployed version (1.3.1) is working fine.

Steps to Reproduce

  1. Clone the main branch of this repository
  2. npm install
  3. npm run start
  4. Navigate to the local app in New Relic
  5. Notice the message

Expected Behaviour

The app loads without an issue.

Relevant Logs / Console output

There were no errors in the logs.

Your Environment

goldenplec commented 3 years ago

Thanks Alex. Replicated here. Seems to be failing locally but the version in the New Relic app catalog works just fine.

Looks like the query for accounts is returning NULL, but the query ran independently against the account returns results fine. Investigating to see why this weirdness might be happening.

goldenplec commented 3 years ago

@aswanson-nr looks like it may just be a New Relic staff impact. If you remove your profile and regenerate it in your CLI. It began working again for me no problem.

aswanson-nr commented 3 years ago

@goldenplec You were completely right! Looks like it was user error! Sorry to take up your time.