Message Component Collector is not collecting after String Select Menu Interaction

I have this function (handleMatchConfirmation), which replies to an interaction, then use the responseInteraction to create a Message Component Collector to collect the users' button interactions to change the message depending on their inputs (in this case, confirm or cancel a match, for example).

It works as intended when the interaction passed is a ChatInputCommandInteraction (as in the first message of the picture), but when I try to execute the same function after the user selects an option in a StringSelectMenu (so passing a StringSelectMenuInteraction) even though it succesfully replies the message and creates the Message Component Collector, it fails to collect any button input (as in the second message in the picture), not even passing by the Message Filter.

I will upload the function, as well as the logs produced by the executing using the ChatInputCommandInteraction and the StringSelectMenuInteraction, for comparison.
imagen.png
Was this page helpful?