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

New user unable to access the "My Sites" page #710

Closed SRGDamia1 closed 5 months ago

SRGDamia1 commented 5 months ago

Split from #709

image

Could this be the guilty line: https://github.com/ODM2/ODM2DataSharingPortal/blob/66999c359f94a42d96e12cdd82a733efe83d1863/src/dataloaderinterface/views.py#L99

ptomasula commented 5 months ago

I think one is just a side effect of #708. Like one among a number of side effects, so I'll work on resolving #708 ASAP.

The followed_by logic has not changed and that is still controlled on an account basis. I think line 89 is a more likely candidate, but I'll dig into this.

https://github.com/ODM2/ODM2DataSharingPortal/blob/66999c359f94a42d96e12cdd82a733efe83d1863/src/dataloaderinterface/views.py#L89

ptomasula commented 5 months ago

@SRGDamia1 I resolved #708, so this issue should now also be resolved. Let me know if you are still seeing issues.

SRGDamia1 commented 5 months ago

Great, works for me now!