MeHow25

Results 8 comments of MeHow25

@yasserfaraazkhan Have you used the steps from the link below to reproduce this bug? https://github.com/mattermost/mattermost/issues/26841#issuecomment-2077841818 > 1. Create User No. 1. > 2. Create a team with the URL “/lorem”...

@hmhealey Hi, I see that the "Enterprise CI/tests" is failing, but I don't have access there. Should I fix something?

@hmhealey I was trying to reproduce this bug accordingly to your description and for me it shows a different error message. I added a screenshot of the message at the...

@hmhealey thanks for a hint about permissions. I found a way to recreate this behavior. Here are the steps to reproduce the bug: 1. Create User No. 1. 2. Create...

@hmhealey I believe I've identified the code responsible for this issue. The `team.go` file contains a `teamExists` function that checks if the name of a new team is available or...

@hmhealey Sure. The error on the frontend side comes from this line of code where we are calling the endpoint to create a team: https://github.com/mattermost/mattermost/blob/978f335925b91a3e92c87766caf4f4a638d0760b/webapp/channels/src/components/create_team/components/team_url/team_url.tsx#L169 I'm just not sure what...