You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since 2.0.0 the bot uses MATTERMOST_URL for the base url and MATTERMOST_PORT for the port, as well as assuming that /api/v4 is the api basepath for the driver. While in 1.x it was possible to simply give BOT_URL something like localhost:9090/mattermost/api/v4 as API url, this is no longer possible with the current version of the bot due to missing basepath argument when passing arguments to Driver.
Expected behavior
Add basepath as a setting and pass it to Driver as well
The text was updated successfully, but these errors were encountered:
Describe the bug
Since 2.0.0 the bot uses
MATTERMOST_URL
for the base url andMATTERMOST_PORT
for the port, as well as assuming that/api/v4
is the api basepath for the driver. While in 1.x it was possible to simply giveBOT_URL
something likelocalhost:9090/mattermost/api/v4
as API url, this is no longer possible with the current version of the bot due to missingbasepath
argument when passing arguments toDriver
.Expected behavior
Add
basepath
as a setting and pass it toDriver
as wellThe text was updated successfully, but these errors were encountered: