Sign up not working

I started getting '401 subclaim missing' errors in my initial database when i simulated new users signing up, so I spun up a new database. Initially I wasn't getting this issue anymore, but a couple days later now I'm getting the same 401 errors. Nothing in my code has changed. I can see it happening in the logs as soon as a new user is created. The user successfully initiates, but the 401 error makes the code for session exchange not work. How to fix?
Was this page helpful?