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
I am trying to authenticate against the slack socket mode websocket server but glee throw this error:
TypeError: Cannot read properties of undefined (reading 'json')
at file:///Users/rktrees/request-reply/dist/lib/wsHttpAuth.js:28:78
at Array.map (<anonymous>)
at GleeAuth.checkClientAuthConfig (file:///Uyncapi/glee.worktrees/request-reply/dist/lib/wsHttpAuth.js:25:63)
at GleeAuth.<anonymous> (file:/ees/request-reply/dist/lib/wsHttpAuth.js:145:35)
at Generator.next (<anonymous>)
at fulfilled (file:///Ust-reply/dist/lib/wsHttpAuth.js:4:58)
@KhudaDad414 it's all the same bug, the issues stems from using asyncAPI version 3 rather than version 2, so the fix @Souvikns is working on should resolve it.
Describe the bug
I am trying to authenticate against the slack socket mode websocket server but glee throw this error:
cc: @Souvikns @oviecodes
The text was updated successfully, but these errors were encountered: