David Chesnut
David Chesnut
Hi @glr0221, If 3P cookies are blocked then authentication won't work and you'll need to look into workarounds. This blog post has additional details: [Using device state for an improved...
Hi @ijoukov1, I tested this by modifying the auto open task pane sample to use shared runtime as you did. the startup behavior works correctly and I'm not able to...
Oh also, which browser are you using? I can test using the same browser and see if I can get it to repro. Thanks!
Hi @ijoukov1, it's recommended to have a way for the user to get to the task pane in case it is closed (like they closed it). You can use the...
Hi @Manichinu, the consent process is determined by the admin of the tenant. They need to allow users to consent. For more info, see [Managing user consent to apps in...
Thanks @GruberMarkus, The /public/ path is for the launchevent.js. Webpack.config.js sets up a static path for that to work. You should be able to retrieve it using the URL in...
@GruberMarkus can you confirm you are on Outlook (Version 2409 Build 16.0.18015.20000)? Thanks!
> https://localhost:3000/public/launchevent.js can not be reached, https://localhost:3000/launchevent.js works. The change in manifest.xml and the resulting changes in RuntimeLogging seem to confirm this. I forgot a step in the readme. You...
> It's working now: `npm install` `npm run build:dev` `npm run start` Nice! Is it also working when you create a new email?
> webpack.config.js and manifest.xml: Why are you creating the /public folder instead of just referencing the launchevent.js file in the root of the dist folder? @millerds can probably offer a...