Hacker News new | ask | show | jobs
by blm 2251 days ago
I get an error about the browser not supporting cookies. In the browser console I get this:

  A cookie associated with a cross-site resource at http://64.225.122.27/ was set without the `SameSite` 
  attribute. It has been blocked, as Chrome now only delivers cookies with cross-site requests if they are 
  set with `SameSite=None` and `Secure`. You can review cookies in developer tools under 
  Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 
  and https://www.chromestatus.com/feature/5633521622188032.
Chrome Version 80.0.3987.163 (Official Build) (64-bit) on a Apple MacOS
1 comments

Thanks for the report, I'll look into it soon.

I'm surprised as I and other users can run the app smoothly on Chrome.

I looked at one of the URLs https://www.chromestatus.com/feature/5088147346030592. It says:

  ******NOTE: There is currently a bug affecting Mac OSX and iOS 
  which causes SameSite=None cookies to be inadvertently treated 
  as SameSite=Strict and therefore not sent with cross-site 
  requests. (See https://bugs.webkit.org/show_bug.cgi?id=198181) 
  Until this is fixed, SameSite=None may not work properly on 
  Safari.******
Are all your Chrome users not MacOS and not iOS?
Yep and the latest update seems to have fixed it. Sorry. didnt mean to cause extra work.
Interesting, thanks for coming back, the simpler bugs are the ones you don't need to fix, aren't they? hehe.