magland / sortingview

Web app for viewing results of ephys spike sorting
Apache License 2.0
25 stars 8 forks source link

Sign in button does not appear in Firefox v88 in Ubuntu 16.04 #48

Closed khl02007 closed 3 years ago

khl02007 commented 3 years ago

Some of us are still using Ubuntu 16.04 in which the latest supported Firefox v is 88. Not the most urgent issue since sortingview works fine in more recent Firefox versions but just posting here in case it is easy to fix (also first issue on browser dependence?)

magland commented 3 years ago

@khl02007 if you have a chance to open the firefox developer tools window for when the button doesn't show up, could you post the log? Then we can target that particular error with a warning message. I don't have firefox 88 easily available.

khl02007 commented 3 years ago

Here are the messages in the console. Some info is folded I think (for the error for example). let me know if this is enough for troubleshooting

Passed signature test signatures.ts:84:12
Cookie "G_ENABLED_IDPS" will be soon rejected because it has the "SameSite" attribute set to "None" or an invalid value, without the "secure" attribute. To know more about the "SameSite" attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite cb=gapi.loaded_0:269:21
Content Security Policy: Ignoring "'report-sample'" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "'unsafe-inline'" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "http:" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "https:" within script-src: 'strict-dynamic' specified
Content Security Policy: Couldn't process unknown directive 'require-trusted-types-for'
Content Security Policy: Ignoring "'report-sample'" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "'unsafe-inline'" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "http:" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "https:" within script-src: 'strict-dynamic' specified
Content Security Policy: Couldn't process unknown directive 'require-trusted-types-for'
Content Security Policy: Ignoring "'unsafe-inline'" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "https:" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "http:" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "'unsafe-inline'" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "https:" within script-src: 'strict-dynamic' specified
Content Security Policy: Ignoring "http:" within script-src: 'strict-dynamic' specified
Uncaught (in promise) 
Object { error: "idpiframe_initialization_failed", details: "sessionStorage is not available in the current environment." }
magland commented 3 years ago

Is this still an issue? @khl02007

khl02007 commented 3 years ago

I think we will update Ubuntu and just get the latest version of Firefox. Closing.