Skip to content

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

@nguyenphucminh

Description

@nguyenphucminh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions