LCOGT / lco-education-platform

LCO's education platform for students and teachers
0 stars 0 forks source link

Real time proposal hardcoded to LCORealtimeTest #87

Open mgdaily opened 1 week ago

mgdaily commented 1 week ago

I noticed when testing the live site that I received a 400 error from the portal because my user account was not associated with the LCORealtimeTest proposal. In looking at the network tab, I noticed that the proposal ID was sent even though I was not a member of it, and in digging into the source, I noticed it was hardcoded.

We should probably use the user's proposal from their profile information to specify the proposal ID.