Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The result of callback doesnt have any message, tawkto has change the result ? #30

Open
nguyenphucminh opened this issue Nov 18, 2023 · 1 comment

Comments

@nguyenphucminh
Copy link

I need your helps, my app have been using TawkMessengerReact for work since 2 month, but currently it doesn't work.
When my customers chat on widget chat, the app not return any data. Althought, dashboard tawkto still get the message, but my app just get the status "ok" and data messages empty (only "co" and "cver", but it not helpful to me). I think that tawk.to did something to block message and make data empty messages. My app use method onChatMessageVisitor

PURPOSE: I need the data message from data reusult and send to my bot telegram

<TawkMessengerReact
      propertyId={propertyId}
      customStyle={customstyle}
      widgetId={widgetId}
      ref={tawkMessengerRef}
      onChatMessageVisitor={(mess: string) => {
      console.log("mess: ", mess)
        setMsg(mess)
      }}
/>

image

@jaoaustero
Copy link
Contributor

Hi @nguyenphucminh can you check if the error still occurs? since we release a lot of changes before we check this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants