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
Hi @SorsOps, thanks for reporting this! We have been upgrading the required version range of axios to the latest due to the issues on the library side. So, applying the change to package.json for the upcoming request looks great to us.
We haven't decided when to release a new version. So, in the short term, please upgrade axios version to the latest in your project build settings.
Reproducible in:
The Slack SDK version
"@slack/bolt": "^3.11.2",
Node.js runtime version
v18.12.1
OS info
Microsoft Windows [Version 10.0.19044.2604]
Steps to reproduce:
(Share the commands to run, source code, and project settings)
If you debug this file you will see that the buildUrl gets a series of undefined values which results in the .replace failing
This appears to be related to you using axios@0.26.1
If I install axios@0.27.2 it works
Expected result:
That the auth handler would work correctly and then call the message handlers
Actual result:
The text was updated successfully, but these errors were encountered: