Closed jaybee84 closed 2 years ago
@jaybee84 It looks like the production files never got updated. Essentially the production files (live files) here need to be set to be the same as the development (dev) files.
@andrewelamb the production files are being updated regularly: https://www.synapse.org/#!Synapse:syn22281727 using the scheduled jobs
Yep, but the 'schema' changed for a couple of the RDS files. Mostly they need some new columns, that are getting added in the dev versions.
fixed by this PR.
Describe the bug The app was found to be routing to dev RDS files. These files are not regularly updated and are for testing only. When the app was routed back to the production backend RDS files which are updated regularly, the staging app fails to show content.
From the logs it seems to be looking for a
StudyId
column that does not exist in the production RDS files.To Reproduce Steps to reproduce the behavior:
Expected behavior I should be able to see a list of all studies and plots associated with a study when the study is selected.
Additional context Shiny Apps logs show the following: