CreateConsentCookie method generates cookie as samesite=none. To have it up and running with chrome you have to use new Setting: ; Secure.
Solution will be:
consentFeature?.CreateConsentCookie() + "; Secure"
Following docs: https://developers.google.com/search/blog/2020/01/get-ready-for-new-samesitenone-secure?hl=pl