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
withCredentials doesn't seem to work when making a sync request. It looks to be brought in by this commit 6783dc2. Firefox must have been crashing for sync requests when withCredentials: true was enforced.
withCredentials
doesn't seem to work when making a sync request. It looks to be brought in by this commit 6783dc2. Firefox must have been crashing for sync requests whenwithCredentials: true
was enforced.Searching around it looks like there are ways of fixing it as suggested in this stackoverflow post https://stackoverflow.com/a/16673436.
The text was updated successfully, but these errors were encountered: