I am working on some excel add-in, using React/Redux typescript, mostly bootstrapped from the yoman codegen.
While whatever I have is working in the browser, it fails on desktop with only "Error loading addins"... I enabled runtime logging as described in doc but it does not give any more detail.
8/5/2021 14:23:39 Medium Web Add-In Runtime Logging Session Started
8/5/2021 14:23:39 Unexpected Resource An unknown error has occurred while downloading this resource. Please re-load your add-in.
8/5/2021 14:23:39 Medium Resource Resource Download Error Details: SolutionId=565764a6-0f6e-4d98-a1ef-39b86f13d169 , AppVersion=1.0.0.0
Is there a way to access more detailed logs or another way to step through the addin loading ?
Cheers