ddubrava / angular-yandex-maps

🗺️ Yandex.Maps Angular components that implement the Yandex.Maps JavaScript API
https://ddubrava.github.io/angular8-yandex-maps/#/
MIT License
57 stars 7 forks source link

❓ - Third-party cookie will be blocked. Learn more in the Issues tab. #236

Closed mstgnz closed 6 months ago

mstgnz commented 6 months ago

Description

Do you have any information about this error?

<div class="container" style="width: 100%;" [style.height]="height">
  <ya-map [center]="center" [options]="mapOptions">
      <ya-multiroute 
        [referencePoints]="markers"
        [options]="multirouteOptions"
      ></ya-multiroute>
  </ya-map>
</div>
Console Error: Third-party cookie will be blocked. Learn more in the Issues tab.
ddubrava commented 6 months ago

You need to open the issues tab, there are affected resources. I don't think the problem is with the library. Even if it is, the library doesn't manage cookies at all

mstgnz commented 6 months ago

Only when I used maps, this warning appeared and the map would not open. It was fixed when I allowed "third-party cookie" in the browser.

But it is a problem to explain this to users. either this package uses "third-party cookie" or yandex uses it itself.

I found an article about it being deprecated the-end-of-3rd-party-cookies-chrome-is-deprecating

Screenshot 2024-02-20 at 09 24 08
ddubrava commented 6 months ago

Could you send me any information about these cookie issues (from DevTools)? And you should try to create a map only using API, without this library.

mstgnz commented 6 months ago

console was the only error, no details of the error. Third-party cookie will be blocked. Learn more in the Issues tab.

I started getting this error after the chrome update, but I was informed by different users that there is no such error.

I don't get the error when I activate third-party now :) deadlocked.