You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2019. It is now read-only.
open dialog
(at this stage, everything acts as it should)
checkout issue912
restart server
open dialog
(at this stage, the cookie error shows)
edit resources/templates/dialog.ejs and add a space
restart server
open dialog
(at this stage, everything works as it should)
By setting a breakpoint in network.cookiesEnabled in the catch portion of the try catch, after stage 6 I see the following error thrown: module constructor missing for is_this_your_computer
This means the JS for the is_this_your_computer service is missing, meaning the resource is either not being requested or is unavailable. Looking at the list of included resources, the file is not being requested. The old HTML is used. Etags are out of date.
Adding a space to dialog.ejs causes the etag to be updated and all resources to be included.
This does expose a problem with network.cookiesEnabled.
If the callback throws an exception when called when cookies are enabled, the callback will then be re-called with a false status. Not nice. See issue #1339
…_negative
Fix cookiesEnabled being possible to call it's onComplete callback twice if onComplete throws an exception the first time. closes#1339 - related to issue #1323
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This might be hard to reproduce....
Expected:
Normal dialog flow
Actual:
'BrowserID requires cookies' error screen
Workaround - Clearing my browsers cache via Aurora Preferences > Network > clear
This indicates some client caches may have the same name (cookies, localStorage, etc) and we have a migration issue to look for.
The text was updated successfully, but these errors were encountered: