Mehmet Can Ertan

Results 11 comments of Mehmet Can Ertan

This has not been added yet. Edit square exists in Material Symbols. But this is useless because we need to add the material symbol library as well. > At least...

same ``` .../node_modules/@whiskeysockets/baileys/lib/Utils/generics.js:136 .then(() => reject(new boom_1.Boom('Timed Out', { ^ Error: Timed Out at .../@whiskeysockets/baileys/lib/Utils/generics.js:136:32 { data: { stack: 'Error\n' + ' at promiseTimeout (.../node_modules/@whiskeysockets/baileys/lib/Utils/generics.js:131:19)\n' + ' at waitForMessage (.../node_modules/@whiskeysockets/baileys/lib/Socket/socket.js:114:53)\n'...

Guys i think i found a solution. My project was giving this error after 2 days. 3 days passed and there was no problem. I just added the following: `defaultQueryTimeoutMs:...

this happened for me too. here is my code ``` app.get("/send-message", async (req, res) => { const tempMessage = req.query.message; const msgTo = req.query.to; try { if (!msgTo) { res.status(500).json({...

Guys [this ](https://github.com/WhiskeySockets/Baileys/issues/390#issuecomment-1730024575) comment fixed my problem.

> If you disable swiping on the top tabs it could work, but you might want to make it so swiping is only disabled on the first tab. [Example](https://stackoverflow.com/questions/63611393/react-native-material-top-tab-navigator-swipe-disable-depending-on-screens) This...

> @Jasermon Did you find a workaround for this behaviour? Nah. I couldn't solve the problem, so I turned off the swiping.

This happens to me too. I'm having exactly the same problem. Here is my codes; db.js ``` import getConfig from "next/config"; import mysql from "mysql2/promise"; const { serverRuntimeConfig } =...