ads here
Free Nulled Download WhatsCRM Web Push Notifications - Addon for whastCRM v1.0
ruibarbosa submitted a new resource:
WhatsCRM Web Push Notifications - Addon for whastCRM by Codeyon - Download WhatsCRM Web Push Notifications By Codeyon Nulled Free
Read more about this resource...
Your Resource Approved
Thanks
The resource WhatsCRM V5.9 shared on Babia.to is not compatible with this addon yet. To make it compatible you need to edit 2 files.
This file:
..utils/addons.js
JavaScript:
const { checkTelePlugin } = require("../helper/addon/telegram/tele.js");
const { checkWebPush } = require("../helper/addon/web-notification/webPush.js");
function returnAddons() {
const { checkQr } = require("../helper/addon/qr/index.js");
const { checkWebhook } = require("../helper/addon/webhook/index.js");
const { checkWaCall } = require("../helper/addon/wacall/wacall.js");
const { checkEmbed } = require("../helper/addon/embed/index.js");
const { addON } = require("../env.js");
const qrCheck = checkQr();
const wooCheck = checkWebhook();
const waCallChceck = checkWaCall();
const embedCheck = checkEmbed();
const webPushCheck = checkWebPush();
const checkTele = checkTelePlugin();
const finalAddon = [
wooCheck && "WEBHOOK",
addON?.includes("AI_BOT") && "AI_BOT",
qrCheck && "QR",
waCallChceck && "WACALL",
embedCheck && "EMBED",
webPushCheck && "WEB_NOTIFICATION",
checkTele && "TELEGRAM",
].filter(Boolean);
return finalAddon;
}
module.exports = { returnAddons };
and file:
..env.js
JavaScript:
const appVersion = "5.9";
const addON = ["AI_BOT", "QR", "TELEGRAM", "WEB_NOTIFICATION", "WEBHOOK", "EMBED", "WACALL"];
module.exports = { appVersion, addON };
In admin showing error while opening..
Failed to load FCM configuration..
Screenshot attached..
@ruibarbosa
Probably your DB is missing the FCM tables.
Login to post a reply.
Login to Reply