ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

/status returns 500 #704

Closed neilh10 closed 6 months ago

neilh10 commented 6 months ago

When logged in and I go to https://monitormywatershed.org/sites/ and then press status image

It brings up https://monitormywatershed.org/status/ and then returns image

ptomasula commented 6 months ago

Thanks @neilh10! I'm confirming that I see the same behavior and it is likely due to the data restructure implemented by the recent release. We'll take a look.

ptomasula commented 6 months ago

I issued a hotfix this morning to address this. It should now be resolved on production.

neilh10 commented 6 months ago

@ptomasula many thanks - works for me. regards