onaio / reveal-frontend

WebUI for the Reveal epidemiological surveillance platform
8 stars 4 forks source link

RVL-954 - IRS Plan does not show submitted data from android client on Stage #895

Closed samkanga closed 4 years ago

samkanga commented 4 years ago

image

craigappl commented 4 years ago

@samkanga , the next thing to do from our side is to get an understanding of the underlying issue.

  1. Try to load that same plan and confirm.
  2. Open up the browser console and see if there's a failure fetching data from Superset image

So with this we can see in the bottom of the page there is a 400 error. Click on that in the bottom and copy the URL: image

  1. Open it in a new browser and see if there's any information we can use to better triage: image So with this, we can see that the temp.zambia_irs_jurisdictions doesn't exist.
  2. Open up Superset and see if we have that source image

Here, we see that we don't have a temp database access in SQLite. Let's look for that datasource in slice

  1. We see that source on this slice image

  2. When we click on it we get the same error. image

So, we need @moshthepitt to have a look.

Naima-Bashir commented 4 years ago

image @samkanga this is still there on stage

moshthepitt commented 4 years ago

Fixed during live fire testing.