Slot not set with button from client side

Hi, In my custom action, i had created a list of button with value take from database to set slots. I test chatbot in local and slot is set perfectly. But when i test chatbot in my client side, slot still none. So, i run chatbot in debug mode:

rasa shell --debug:

rasa run -m models --enable-api --cors “*” --debug image

The message that bot received in 2 case is different to each other. is this a problem with client side?