Wix Response Cookies Domain is rejected

Hello all,

On WiX, I’ve created a ‘Sign into Patreon’ button that performs a GET request as per the docs. When the get request runs, I notice the following exceptions in the browser console:

Cookie “TS016e3841” has been rejected for invalid domain
Cookie “_wixAB3” has been rejected for invalid domain

Upon further inspection, I found the domain for both of these response cookies is
domain ".wix.com"

I’ve seen in my research that React/Spring Boot users experienced issues when a . preceded the cookie domain. Has anyone run into this before or have suggestions? Thank you kindly!