Unable to create users in Pangolin #1536

Closed
opened 2026-04-05 19:33:25 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @hermanops on 5/3/2025

When I try to create an internal user ([organisation][settings][access][users][create]), I get an error "Failed to invite user, timout of 10000ms exceeded". In the logs I see:

pangolin  |  ⨯ unhandledRejection:  TypeError: Converting circular structure to JSON
pangolin  |     --> starting at object with constructor 'Object'
pangolin  |     --- property 'issuerCertificate' closes the circle
pangolin  |     at JSON.stringify (<anonymous>)
pangolin  |     at Printf.template (server/logger.ts:14:28)
pangolin  |   12 |         }
pangolin  |   13 |         if (Object.keys(metadata).length > 0) {
pangolin  | > 14 |             msg += ` ${JSON.stringify(metadata)}`;
pangolin  |      |                            ^
pangolin  |   15 |         }
pangolin  |   16 |         return msg;
pangolin  |   17 |     }```
*Originally created by @hermanops on 5/3/2025* When I try to create an internal user ([organisation][settings][access][users][create]), I get an error "Failed to invite user, timout of 10000ms exceeded". In the logs I see: ```pangolin | 2025-05-03T17:22:59.801Z [error]: Unhandled Rejection: {"reason":{}} pangolin | ⨯ unhandledRejection: TypeError: Converting circular structure to JSON pangolin | --> starting at object with constructor 'Object' pangolin | --- property 'issuerCertificate' closes the circle pangolin | at JSON.stringify (<anonymous>) pangolin | at Printf.template (server/logger.ts:14:28) pangolin | 12 | } pangolin | 13 | if (Object.keys(metadata).length > 0) { pangolin | > 14 | msg += ` ${JSON.stringify(metadata)}`; pangolin | | ^ pangolin | 15 | } pangolin | 16 | return msg; pangolin | 17 | }```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1536