Help integrating with whatsapp web
Unanswered
Pacific anchoveta posted this in #help-forum
Pacific anchovetaOP
Hey there, I am fairly new to nextjs, react and in general to the web space.
I am working on a project using next, auth.js, mui. I am trying to integrate whatsappweb.js into my project but am having troubles in every method i've tried..
I tried loading it in in the layout.tsx, in components ,server actions.
I put the main code for the "bot" that will later be used from otp in a singleton because I figured that would be a decent pattern to use with next. If someone could try and assist me figure out where the correct entry point for me to understand A. start the bot. B. Understand why when I tried calling my server action that is supposed to send a message it spam rerenders the page.
I am working on a project using next, auth.js, mui. I am trying to integrate whatsappweb.js into my project but am having troubles in every method i've tried..
I tried loading it in in the layout.tsx, in components ,server actions.
I put the main code for the "bot" that will later be used from otp in a singleton because I figured that would be a decent pattern to use with next. If someone could try and assist me figure out where the correct entry point for me to understand A. start the bot. B. Understand why when I tried calling my server action that is supposed to send a message it spam rerenders the page.
1 Reply
Pacific anchovetaOP
Thanks in advance, ping me if you wanna help me 🙂