sir-dunxalot / cypress-nextjs-auth0

Cypress commands to support Auth0 and Next.js
60 stars 24 forks source link

[Bug] Unable to set secure/http-only cookie #61

Open mct-dev opened 2 years ago

mct-dev commented 2 years ago

Bug Report

Relevant information

Unable to set custom cookie properties. The below error pops up (with a slightly adjusted content) when I set either of the following in the cypress environment:

image

Your Environment

Steps to reproduce

  1. Follow "Installation" steps for cypress-nextjs-auth0
  2. Add custom env variables for cookie config
  3. Attempt to log in

Expected Results

Cookies are set and login was successful.

Observed Results

Cookies are not set. Error is displayed.

image

princy789 commented 2 years ago

this is happening to me as well, in both Chrome and Electron

image