We have three SigNoz environments, and for the other two I had no issues setting up SSO. But for this environment we actually had to reset the root password following these steps: https://signoz.io/docs/operate/reset-admin-password/ so I wonder if that messed something up
Carlos Martell
06/25/2025, 5:43 PM
The 500 error comes from
/api/v1/domains
Carlos Martell
06/25/2025, 5:50 PM
Yup, that was it. We had started the setup of the domains before deleting the users, so there were some records in
org_domains
referencing the old org-id (which got regenerated when I re-created the root user)
Carlos Martell
06/25/2025, 5:50 PM
deleted all with
delete from org_domains;
and was able to get it working 👍
e
Eric Thompson
06/26/2025, 10:40 PM
Hi, Carlos. Glad to see you got it working and wanted to say hi 🙂
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.