Matthew Hyrka
Matthew Hyrka
Hi @mschile thanks for the prompt response. I believe I have been able to reproduce the error. Code can be found in [this git repo](https://github.com/mhyrka/cypress-repro-failure). I basically just used the...
Any update on this?
> Hi @mhyrka , thank you for the reproduction repository. I was able to trigger a similar error there, but it may have ben because of a an auth misconfiguration....
``` cy.wrap(getSecret(creds)) .then(res => JSON.parse(res.someVar)) .then(secret => { return cy.session(args, () => { ``` Updated to return `cy.session`. Same error.