Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team has not been found. < plugin configured as per documentation #144

Open
ArchZion opened this issue Jul 30, 2024 · 1 comment
Open

Team has not been found. < plugin configured as per documentation #144

ArchZion opened this issue Jul 30, 2024 · 1 comment

Comments

@ArchZion
Copy link

ArchZion commented Jul 30, 2024

Good day I set up a self hosted Mattermost instance with this plugin enabled.

I have applied this config (with some pseudo values):

 "Plugins": {
        "com.mattermost.welcomebot": {
          "WelcomeMessages": [
              {
                  "TeamName": "myteam",
                  "DelayInSeconds": 3,
                  "IncludeGuests": false,
                  "Message": [
                          "My Welcome Message"
                      ],
                  "Actions": [
                      {
                          "ActionType": "automatic",
                          "ChannelsAddedTo": ["outofoffice"]
                      
                      }
                  ]
              }
          ]
      }
  }

My team was created using mmctl and on initial startup.

The slug in the URL is perfectly matching the TeamName config, as well as checked the database for the value "name" in the teams table.

When I run: /welcomebot preview myteam

I get back: team myteam has not been found

Any assistance would be highly appreciated.

@TheoParkos
Copy link

Hoping there is anyone that could assist with it. We have urgent need for this to work properly :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants