You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To me it is also kinda strange, why the frontend generates this id string and not the backend 🤔. Maybe this could be changed in the future?
I think this has historical reasons only and could indeed be moved to the backend. Not sure I know all relevant cases, though.
We could also discuss if a random string is the best choice. Since this is already not a mongoId and some old organizations have human-readable (albeit sanitized) ids, maybe a new format would be a good idea. We could also concat a random part and a human-readable part to prevent collisions?
The text was updated successfully, but these errors were encountered:
Quoting @MichaelBuessemeyer in #8193 (comment):
I think this has historical reasons only and could indeed be moved to the backend. Not sure I know all relevant cases, though.
We could also discuss if a random string is the best choice. Since this is already not a mongoId and some old organizations have human-readable (albeit sanitized) ids, maybe a new format would be a good idea. We could also concat a random part and a human-readable part to prevent collisions?
The text was updated successfully, but these errors were encountered: