-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The asana app refuses to load (after login) #72
Labels
3rd party cookie
breakage related to 3rd party cookie blocking
site bug
related to breaking a website
Comments
Thanks @Juul I suspect this is an issue with 3rd party cookies. I'm looking into it |
6 tasks
I was able to reproduce this issue, and fond the problem in the assana page console: bundle.js:1 Uncaught TypeError: Cannot set property getTimezoneOffset of [object Object] which has only a getter
at global.update (bundle.js:1)
at Function.makeUtcDateWrapper (bundle.js:1)
at a.constructor (bundle.js:1)
at Function.a._create (bundle.js:1)
at Function.fromYMD (bundle.js:1) Basically they are trying to monkey patch some properties that I've already monkey patched for fingerprinting. I'm working on a PR for this now. |
cowlicks
added a commit
that referenced
this issue
Jul 15, 2018
Allow setting properties being watched for fingerprinting.
Nice! Thanks.
…On Sun, Jul 15, 2018 at 4:57 PM, cowlicks ***@***.***> wrote:
Closed #72 <#72> via #82
<#82>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHfgP_7Yfac_kiHEjKp6j2d8DStVhnLks5uG9bngaJpZM4U9s4h>
.
|
@Juul I made a release yesterday, so this patch should be live. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3rd party cookie
breakage related to 3rd party cookie blocking
site bug
related to breaking a website
https://app.asana.com/ does not load properly after initially creating an asana account and verifying your email address. It keeps giving an error and asking you to reload. This is the message:
normal dev console output:
privacy possum add-on debug console:
output from possum.prettyLog():
privacy possum reports:
The text was updated successfully, but these errors were encountered: