Afternoon team - could someone give me some pointe...
# troubleshoot
w
Afternoon team - could someone give me some pointers on debugging something? I'm getting an error on the web UI of
Failed to perform post authentication steps. Error message: Failed to provision user with urn urn:li:corpuser:alan.
We get the same error message for all users (clearly referencing their user rather than mine) - and it's always on the callback url (
/callback/oidc
). This deployment worked fine last week, and no configuration has changed to my knowledge. We're still testing data loading so not many users are using the deployment and we're loading all kinds of stuff and that likely has changed. As context, we use Google OAuth to do auth (and that also used to work fine). I've tried killing pods and forcing them to restart. Short of wiping all our loaded data, any other ideas on how to understand what's going on and how to get datahub out of this state?
I may have at least found the cause of this. My mysql container is unresponsive.
I think this might just be a disk space problem - hopefully a solvable problem