-
Notifications
You must be signed in to change notification settings - Fork 11
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
Button Issue - Stop timer not appearing anymore #61
Comments
@gairehari Thanks for getting in touch! Are you testing this in Safari, by any chance? When Prevent cross-site tracking is enabled, Platform does not work correctly. It needs this option turned off. Same applies to third-party cookies. Hope this helps! |
@pusewicz This is in chrome. It started happening recently. It used to work perfectly before. |
Could you double check that Block third-party cookies is not enabled in Chrome? |
@pusewicz It is not enabled. Did you try the jsfiddle code above ? |
@gairehari Yes. With the setting Block third-party cookies in Icognito it works as expected. |
@pusewicz My chrome has "Block third-party cookies" enabled too but I see same issue in both normal and incognito windows. (Same issue in firefox too) |
That's the problem at hand. If you have blocking enabled it will not work. In order for Platform to work cookies should not be blocked in the normal mode, only in Incognito. |
@pusewicz Sorry for the confusion. I have cookies blocked only in incognito and not on normal mode. I see issues in both incognito and normal mode (and in other browsers too). Many of my colleagues are also seeing same issue. |
The issue is still relevant. Can you suggest a solution? |
Did anything change in https://platform.harvestapp.com/assets/platform.js recently ?
I have a harvest button in my app and the "Stop Timer" never appears after we start the timer. It was working before.
I was able to replicate the issue with this small html code also.
https://jsfiddle.net/mho8k2rx/
The text was updated successfully, but these errors were encountered: