mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.02k stars 796 forks source link

TypeError: window.Store.Conn is undefined #1116

Closed andlb closed 2 years ago

andlb commented 2 years ago

Is anybody having this issue?

TypeError: window.Store.Conn is undefined

zly0321 commented 2 years ago

yes

zly0321 commented 2 years ago

Request resolution

mouhammad-zd commented 2 years ago

try this

{ id: "Conn", conditions: (module) => (module.default && module.default.ref && module.default.refTTL) ? module.default : (module.Conn && module.Conn.ref && module.Conn.refTTL?module.Conn:null)}
growupmarketingdigital commented 2 years ago

try this

{ id: "Conn", conditions: (module) => (module.default && module.default.ref && module.default.refTTL) ? module.default : (module.Conn && module.Conn.ref && module.Conn.refTTL?module.Conn:null)}

it worked. really thanks

andlb commented 2 years ago

It worked for me too. Thanks a lot!

Fr4ncisTaylor commented 8 months ago

try this

{ id: "Conn", conditions: (module) => (module.default && module.default.ref && module.default.refTTL) ? module.default : (module.Conn && module.Conn.ref && module.Conn.refTTL?module.Conn:null)}

this is not currently working, Any idea?