Unable to view 'Connections' configuration screen in dashboard

No problem, I can provide a little more specific information. I was attempting to update the ‘options’ property associated with my connection (specifically, my Passwordless connection that I have set up), to include a ‘default domain’ property because of a different bug that i’m experiencing with magic link emails being generated right now (the domain of the generated magic link is ‘undefined’ when i sign up users through the management API). I had seen other posts which mentioned the property ‘default_redirect_uri’ which i assumed might be able to fix my issue with the magic links, so i tried using the management API to update this field for my tenant. Unfortunately, I didn’t realize that the call would wipe up existing properties on options (which it seems is all of the properties that the UI needs to function), such as the email template, email subject, etc.

So based on not having the default options anymore, it seems like the UI can’t successfully load because it’s looking for data that isn’t there anymore. This is just a guess, but its the only thing that has changed with the connection. What I’ve tried so far:

  • Attempting to find the ‘default’ properties from elsewhere on the internet, and update the connection via the management API
  • Setting the original default_redirect_uri property to null in hopes that it was causing some issue

I haven’t had any luck with either of these working though. I can still see that the page doesn’t load if i attempt to configure the connection. At this point, i think I’m completely stuck without some intervention by Auth0 internally to restore the connection to its original state.