Summary
when i access Plugin Marketplace.
i got a this.
Error connecting to the marketplace server. Please check your settings in the [System Console]
and it showed only 13 plugins. But There are more plugins in marketplace
https://mattermost.com/marketplace/
Steps to reproduce
Load plugin marketplace
Expected behavior
Plugin marketplace loading is successfully.
Observed behavior
What did you see happen? Please include relevant error messages and/or screenshots.
Log
`{"level":"error","ts":1626872944.4146588,"caller":"mlog/log.go:232","msg":"Failed to get plugins from the marketplace server.","path":"/api/v4/plugins/marketplace","request_id":"xxxxxxxxx","ip_addr":"125.176.39.103","user_id":"xxxxxxxxxxxx","method":"GET","err_where":"getRemotePlugins","http_code":500,"err_details":"Get \"https://api.integrations.mattermost.com/api/v1/plugins?build_enterprise_ready=true&cloud=false&enterprise_plugins=false&filter=&local_only=false&page=0&platform=linux-amd64&plugin_id=&return_all_versions=false&server_version=5.34.0\": dial tcp 13.224.99.62:443: i/o timeout"}`
marketplace configuration
config.json
......
"AllowedUntrustedInternalConnections": "api.integrations.mattermost.com",
......
"PluginSettings": {
"Enable": true,
"EnableUploads": false,
"AllowInsecureDownloadUrl": false,
"EnableHealthCheck": true,
"Directory": "./plugins",
"ClientDirectory": "./client/plugins",
"Plugins": {
"com.mattermost.nps": {
"enablesurvey": false
}
},
"PluginStates": {
"com.mattermost.nps": {
"Enable": false
},
"com.mattermost.plugin-channel-export": {
"Enable": true
},
"com.mattermost.plugin-incident-management": {
"Enable": false
}
},
"EnableMarketplace": true,
"EnableRemoteMarketplace": true,
"AutomaticPrepackagedPlugins": true,
"RequirePluginSignature": false,
"MarketplaceUrl": "https://api.integrations.mattermost.com",
"SignaturePublicKeyFiles": []
},
......