I am building a outlook add-in and trying to sideload the add-in to outlook web application.
I am using npm and yeomangenerator as instructed in this link - https://docs.microsoft.com/en-us/outlook/add-ins/quick-start?tabs=yeomangenerator
Everything seems to be fine until I do "npm start" when I get following error -
Sideloading the Office Add-in...
Error: Unable to start debugging.
Error: Unable to sideload the Office Add-in.
Error: Sideload is not supported.
Screenshot of the error is as shown -
I have already installed the ssl certificate as well.
I am on windows 10.
Please let me know in case any other info is required.