Duplicate Callbacks output in Dash multi page

Hi all,
I have this dropdown


that will share between my 2 pages.
In every page, I would like to update value of this dropdown ( value by click of user or value get from url)


but it is an error

please help me .

Hi @phuonghao145,

Take a look at this:

You could use pattern matching callbacks for that.