403 Error for _dash-update-component api when the data has special characters

403 Error for _dash-update-component api when the data has special characters.

I am using Python version 3.10 and Dash==2.6.1. In the dashboard, i am displaying table and sunburst chart using the dash dcc.store variable to store the data between callbacks. Dashboard works fine when there are no special characters but when the table data has special characters such (, !, ) etc… dashboard does not work.

Please help me in resolving this issue. Thanks in advance

Hello @SudheerM,

Welcome to the community!

Json and html can be finicky about characters, because of some of them will break things.

Do you have an example of what you are trying to do? With some actual data and snippet of your code where you are performing the interactions.