Hey Rob, I have attached screenshots below. I notice the reference of the envar REDWOOD_WEB_URL. This variable isn’t defined anywhere in my codebase apart from my flightcontrol.json file, where it is defined as:
Hmm, the <RedwoodApolloProvider> is missing the CORS config listed in our doc…you didn’t screenshot your web/src/auth.ts config but there’s a config that needs to be added in there as well:
That config is what I was missing!! It’s up and running now with no sign up / log in issues. A few other bugs but those are all on my end! Thank you so much for your help.