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

500 Error in edit sites page #712

Closed SRGDamia1 closed 5 months ago

SRGDamia1 commented 5 months ago

I'm sorry we're making you chase your tail today!

image

When logged in and looking at my own sites, clicking the edit button gives a 500 error.

ptomasula commented 5 months ago

No worries @SRGDamia1. I think this is just another data point that we need to develop a test suite in the future. It's difficult to manually test every component on the site when a change is made, and as we have seen, changes in one spot can sometime break things somewhere else.