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