The user anonymization dialog was failing to open due to an incorrect API route path. The component was attempting to fetch from a non-existent /anonymize/preview endpoint, which resulted in a 404 error. This fix corrects the route path to point directly to the existing anonymize handler, restoring functionality for administrators. 404 error