How to determine why dynamic callback is not firing

I’m trying to set up dynamic callbacks for a map I’m adding in after a user selects a dataset. However, I never see any kind of indication that the callback is fired. How can I determine 1) whether I’ve successfully set up the callback and 2) where the problem may exist in executing the callback?

Welcome to the community @3lrv-ryan

Try this section “Determining which Input has fired with dash.callback_context” on this documentation page.
This will allow you to know which part of the callback has been triggered.