https://discord.gg/botpress logo
Has someone been able to get react demo
# 💻developers
q
Has someone been able to get react demo working? The available demo link works fine with the provided clientID, but if I use any other ID, it fails. I see the
/users
call failing, which is essentially coming from
WebChat
component (which I can't use TS to see props). Can someone help me how to continue?
Copy code
{
  "id": "err_20240709015541x375D641B",
  "code": 404,
  "type": "ResourceNotFound",
  "message": "Integration with webhook ID \"e49fbcb5-c233-4b98-9f8e-40b43a1dc0e3\" not found"
}
In webchat, classic mode: the clientId is actually the webhookId you see under 'configurable' tab. If you use the new version (toggle on top), then scroll at bottom, show advanced, and you'll see the clientId. It's different than botId which is shown in classic view.