mcarrf90-bz
mcarrf90-bz
This is my App configuration: ``` const app = new App({ signingSecret: process.env.SLACK_SIGNING_SECRET || '', authorize, receiver, logger: { debug: (msg, ...args) => logger.debug(msg, ...args), info: (msg, ...args) => logger.info(msg,...
I have setup info on my log level for production. What I managed to realized locally is that the error is coming from the user_change event. It happens when there...
Same problem here, no updates?
I implemented my error handlers as per the Bolt documentation: https://slack.dev/bolt-js/concepts#error-handling. So in my particular case, not really sure how I could implement the express middleware. Something around the lines...