WebSDK Narrative Design Trigger Call Not Working

Hi There just paid for the subscription but seem like it didn’t work for web,
Given from Narrative Design Triggers | Convai Documentation
calling : client.invokeTrigger(triggerName, message);
Result : return nothing… by the response

“If you still don’t see a response, the most likely causes are:

  • The t_welcome trigger doesn’t exist in your character’s Narrative Design
  • The trigger isn’t configured to return a response
  • Network/API issues”

I have double check that my character defiantly have the trigger name “t_welcome
I’ve also tested the normal chat and is working which mean the character and api key are all correct.

my version
you are using v2.0.0 of the convai-web-sdk package!”

is there a way to fix this problem? seem like is on the server response side for the WEBSDK or might be the SDK call it self ?

Oh seem like I’m using an legacy SDK , the @convai/web-sdk 1.0.0

https://www.npmjs.com/package/@convai/web-sdk/v/1.0.0

this works