I have a Dash app that was working just fine moments ago. After a few edits (notably adding some dcc.Store objects), the app got completely frozen: it launches, makes a few callbacks, but then becomes the callbacks don’t work and the editable tables won’t edit (though I can change tabs). It’s like some process is running in the back, but it seems that no callback is running in the back (I put some print calls at the beginning of each callback and can’t see anything in the console), and I have no error message in the console. The last callback edits some data in some dcc.Store ; could it be that there is too much data stored?
Thank you for your help,
Best,
Vincent