memphis-iis / mofacts

8 stars 1 forks source link

Mofacts 2, no buttons on consent form #1474

Closed imrryr closed 5 months ago

imrryr commented 5 months ago

Just missing, not sure why... Didn't change it from before. image

imrryr commented 5 months ago

Ugh, this was simply me logged in in another window. I wonder if there is a way to better detect this when someone comes to the experiment login... Right now, it appears to let you log in, but it must be failing somewhere due to being already logged in, causing the button problem. If we could just prevent this erroneous second login, or perhaps logout the previous instances automatically first, then it wouldn't be confusing.

JRustyHaner commented 5 months ago

Yeah, @imrryr. The second window was logged out, so Meteor.User() was undefined, causing the error.

I'd imagine the other tab logged you out, causing the issue.