I would like to combine the single-instance plugin with the deeplink plugin but it seems that they are conflicting with each other and the single-instance callback is not being executed but instead the deeplink plugin's callback is being triggered with an empty request.
Is this known/expected and are there ways to work around it?
Here is a minimal reproduction: https://github.com/matthme/deeplink-single-instance/tree/minimal