Cookies are not set on chrome when working with localhost or an IP address, which makes it really hard for new developers working with the library to figure out, what they are doing wrong and wasting their time.
current workaround: add a new entry in your hosts file, eg:
127.0.0.1 development.<<your-domain>>
or set isolate to true in the sbjs.init options
Cookies are not set on chrome when working with localhost or an IP address, which makes it really hard for new developers working with the library to figure out, what they are doing wrong and wasting their time.
current workaround: add a new entry in your hosts file, eg:
127.0.0.1 development.<<your-domain>>or set isolate to true in the sbjs.init options