I’m trying to follow this tutorial as I create my own application Auth0 React SDK Quickstarts: Login
I was able to successfully log in using the GitHub connection and database email/password, but neither of these sessions is persisting between page loads. For the GitHub connection I am using my own client id (not the Auth0 development keys as seems to be the problem on similar posts). I tried with both the classic and new Universal Login features.
I also tested by cloning the tutorial project on GitHub and confirmed that the sessions are not persisting after successfully logging in.
https://github.com/auth0-samples/auth0-react-samples/tree/master/01-Login
Here is the GitHub repo for my test application. I have, for the most part, copied and pasted the relevant pieces of code from the above tutorial.
https://github.com/yurm04/chronicler-notes
Any help is appreciated!