Using flask's app.server.route to trigger dash's app.callback

Hi there,

My application uses a flask route endpoint to listen to an event from an external application. When this event happens, I want it to trigger a callback that will go on to make changes in my layout. Is this possible? I would really appreciate any help or alternatives.

Hi @simbapy;
Did you find any solution to your issue ?. Because i’m facing the same situation !

Hi Samir,

I was able to find a hacky way around my use case, but it might not be ideal for yours. Maybe if you could briefly explain the structure of your app and what you’re trying to do here, I can help.