mksondej / mattermost-file-list

Adds a paged and searchable file list to each channel. The list is opened through a button in the top panel. Through the list you can obtain public or normal links to the files, open or delete them.
Apache License 2.0
76 stars 11 forks source link

plugin provides wrong links to files #56

Closed asmodeius closed 3 years ago

asmodeius commented 3 years ago

plugin tries to add port number to the link which in my case is not a valid link, which results in failing to show the files i.e when using download link it provides link: https://website:8065/api/v4/files/xxx which is not valid as only valid access is through https://website/api/v4/files/xxx

asmodeius commented 3 years ago

nvm I had wrong url set in the settings and this was causing the issue