Git Product home page Git Product logo

wwebjs-mongo's People

Contributors

cascode09 avatar jtouris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

wwebjs-mongo's Issues

Urgent help with whatsapp-web.js and mongodb.

Hi I am Arsal. Thank you for viewing my issue.

So, the issue I am facing is that, I am using the same code on my old laptop and it's saving and retreiving the session successfully. I have recently got a new laptop for me, when trying to make this code run on this new laptop it saves the session. But when I restart the app, the app still asks for qr code.

Here is my code :

`mongoose.connect(MONGODB_URI).then(() => {
const store = new MongoStore({ mongoose: mongoose });
const WAClient = new Client({
authStrategy: new RemoteAuth({
store: store,
backupSyncIntervalMs: 300000
})
});

console.log("Starting WAClient")

WAClient.on("qr", (qr) => {
    qrcode.generate(qr, { small: true });
});

WAClient.on("remote_session_saved", () => {
    console.log("Client session saved!");
});

});`

I am using the same code. Please let me know if you can help or suggest me anything.

Thanks for viewing my issue.
ArsalT

contact

Hello bro, can I contact you by whatsapp?

Not support for Mongoose Multiple Connections yet

I want to create a PR to support the Mongoose Connection instead of mongoose directly. This is when using multiple connections that you need to pass the Connection no the mongoose library. It doesn't break any now working functionality

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.