88% confidence\u2191 27

Cookie has been rejected because it is in a cross-site context

Full error message
Cookie has been rejected because it is in a cross-site context and its SameSite is Lax or Strict.

Browsers block cross-site cookies unless SameSite=None; Secure. 1. Set cookie with `SameSite=None; Secure` (requires HTTPS). 2. Express cookie-session: `{ sameSite: 'none', secure: true }`. 3. Verify the top-level domain and subdomain match when using `Domain=`. 4. In dev, use HTTPS locally (mkcert) or set the API under the same origin.

API access

Get this solution programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/error/ece38928be243428c25a5ad2249de4d2247c236f89e9913447eb85bfbf568c25
hash \u00b7 ece38928be243428c25a5ad2249de4d2247c236f89e9913447eb85bfbf568c25
Cookie has been rejected because it is in a cross-site conte… — DepScope fix | DepScope