I have developed an Outlook plugin using the Outlook plugin project in Visual Studio. The plugin works as expected in web Outlook, but when opened in desktop Outlook, the login screen appears initially, but when I try to log in, it just stays on the same page. There is no error in the server-side code. To investigate the issue, I need to debug from desktop Outlook and identify what's wrong.
If anyone has experience with this issue, please let me know the solution.
I am expecting to be able to debug the client side code from the plugin in desktop outlook.