mattermost-community / mattermost-plugin-welcomebot

Apache License 2.0
66 stars 41 forks source link

error occurred while processing greeting for team server: failed to query team server: GetTeamByName: Unable to find the existing team #119

Open vanishedd opened 1 year ago

vanishedd commented 1 year ago

I cannot preview the welcome messages. i get this errors. config is the example from the repo with changed team names. any idea?

Kshitij-Katiyar commented 5 months ago

@vanishedd This error usually comes when the server is not able to find the team using the team name provided in the config.json setting. We use slug-name for both the teams and channels which could be found in the URL in the browser or from the system console settings.

https://mm-url/<team-slug>/channels/<channel-slug>

Can you also share the config setting used, it will be helpful to find the issue here.

Kshitij-Katiyar commented 2 months ago

@vanishedd Can you please reply to the above comment as we need some data to go further?