You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have a react app that I am using Cypress tests for to confirm my apps integration with Auth0.
Currently my Cypress test works with my React application after working through the steps in this article (my cypress tests have the same setup and execution as what is listed in this article): https://auth0.com/blog/end-to-end-testing-with-cypress-and-auth0/
I also have a Remix version of my React app which does not differ heavily, but my auth0 integration test is failing on callback
Since all of my routes are identical I'm confused what the difference might be.
Can someone help me understand why this might be happening?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have a react app that I am using Cypress tests for to confirm my apps integration with Auth0.
Currently my Cypress test works with my React application after working through the steps in this article (my cypress tests have the same setup and execution as what is listed in this article): https://auth0.com/blog/end-to-end-testing-with-cypress-and-auth0/
I also have a Remix version of my React app which does not differ heavily, but my auth0 integration test is failing on callback

Since all of my routes are identical I'm confused what the difference might be.
Can someone help me understand why this might be happening?
As a side note, I am using this package for Auth: https://www.npmjs.com/package/remix-auth-auth0
Beta Was this translation helpful? Give feedback.
All reactions