Aleksei Sazonov
Aleksei Sazonov
Same issue here. Any update ? @akashdeepshah you have found the solution with function `passport.deserializeUser` ?
simple solution add this lines before you start working with library ``` import logging logging.basicConfig(level=logging.DEBUG) ```
Any updates?
Is there any progress here ?
Hello, @Danail-Irinkov . Yet BotStackJS depends on Redis. In the future we will make this dependency optional. So now you need to start Redis to solve this issue.
Hi @Danail-Irinkov . Yes, you can override class method `textMessage` or / and `postbackMessage` and add your custom behaviour.
Hi @Danail-Irinkov > 1. fallback(message, senderID) { log.debug("Unknown message", { module: "botstack:fallback", senderId: senderID, message: message }); //fb.reply(fb.textMessage("Ops, internal short circuit... Shutting down... :("), senderID);* ----why does it happen that...