@tim.stolzenberg I’m encountering the same issue and wanted to add my input in the hopes of identifying a solution. Both Auth0 and Cypress Support have advised using localStorage instead of memory storage, which contradicts Auth0’s best practices. This approach poses significant challenges for our tests, as they become essentially unusable due to rate limiting without session management. Ideally, we’d like to avoid using localStorage in our testing environment while maintaining memory storage for other environments. Any guidance or alternative solutions would be greatly appreciated @gerald.czifra
2 Likes