eternagame / eternagame.org

Website for the Eterna citizen science game
https://eternagame.org
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Cryptic error message when Facebook login is unavailable (eg , Firefox tracking content blocking) #199

Closed rhiju closed 1 year ago

rhiju commented 4 years ago

I think this is the "continue with facebook button" -- shows up fine on Chrome but not in Firefox (I was trying private mode):

Screen Shot 2020-06-30 at 11 49 45 AM
luxaritas commented 4 years ago

This is due to the nature of private windows in Firefox - Firefox outright blocks Facebook SDKs. I'm wondering if we can detect this and provide a more descriptive error. May need (or just be better) to be done in the vue-facebook-login-component library we're using

rvwillows commented 2 years ago

This appears to have been fixed with newer versions of Firefox. Can anyone replicate it?

luxaritas commented 2 years ago

It does appear that even strict content blocking no longer leads to this error. Not sure if there are other situations where this behavior might occur

luxaritas commented 1 year ago

Going to assume this is no longer relevant