When creating an organization in the frontend which leads to an empty slug (e.g. empty name) the request still gets passed to the backend where an error is thrown. We should add input validation to the frontend as well, also better explaining what the issues is.
Note that also special characters like "(" or "{" lead to an empty slug, if they are the only characters in the name (since they are cut out).
When creating an organization in the frontend which leads to an empty slug (e.g. empty name) the request still gets passed to the backend where an error is thrown. We should add input validation to the frontend as well, also better explaining what the issues is.
Note that also special characters like "(" or "{" lead to an empty slug, if they are the only characters in the name (since they are cut out).