OfficeDev / script-lab

Create, run and share your code directly from Office
MIT License
697 stars 157 forks source link

Script Lab for Outlook run doesn't load script due to Third-Party Storage Partitioning #1037

Open rkpathak opened 8 months ago

rkpathak commented 8 months ago

Bug Report

Expected behavior:

On clicking run its expected to load script from ScriptLab editor and run.

Actual behavior:

But its keeps showing "No snippet to run"

image

Steps to Reproduce:

  1. Open outlook web.
  2. Open a read mail item. Select ScriptLab Addin.
  3. Click on Run

Failure Logs:

Screenshot:

neville-jones commented 8 months ago

Observing the same in current Outlook on the Web in Edge and Chrome

bogdanst24 commented 8 months ago

Same here, only working in Outlook for Desktop (old one) and Outlook for Mac

avisheknand commented 7 months ago

Does not work for me on OWA, New Outlook for Windows. Only works on Classic Windows Outlook

jasonhieu1905 commented 7 months ago

Same here, only working on native Outlook app/

ewieczor commented 7 months ago

Same here, can reproduce on Chrome and Edge for both Win10 and Win11.

kworksltd commented 7 months ago

Same here - exactly same set-up as original poster has and I have the same result: 'No snippet to run'. Tried everything, cleared cache, reinstalled - tested on Chrome, Edge, on PC, on Mac. It was working just fine for me on 12th October when I used it to test an API method, that was related to an issue I was reporting: https://github.com/OfficeDev/office-js/issues/3748#issue-1939704953

samantharamon commented 7 months ago

Thanks for reporting this. We've notified the relevant team of this issue for further investigation. @rkpathak or anyone on this post, could we ask you to open an issue for this in the office-js repo so that the team could keep track of this? Thank you.

rkpathak commented 7 months ago

@samantharamon Do you think this issue is related to office-js? The addin is loading fine, the communication between editor and the run window seems to be broken.

samantharamon commented 7 months ago

@samantharamon Do you think this issue is related to office-js? The addin is loading fine, the communication between editor and the run window seems to be broken.

@rkpathak, the request for an office-js GitHub issue is mostly to help the relevant teams keep track of this reported issue. I'll defer to them to provide updates on their investigation.

@bogdanst24, thank you for opening the issue.

dseph commented 7 months ago

Same issue here. It does not work in OWA but does in Windows Outlook.

bogdanst24 commented 6 months ago

@samantharamon the OfficeJS team closed the issue report

This is not an Outlook Office JS issue. We handle only issues related to the Office JS for Outlook. Closing this. Please add you comment to the issue created for Script Lab.

samantharamon commented 6 months ago

Thanks for the update, @bogdanst24. Let me follow up on this internally to determine who can assist with this.

ajays-msft commented 6 months ago

The workaround for now is to disable third party storage partitioning in chrome/edge. For chrome: https://developers.google.com/privacy-sandbox/blog/storage-partitioning-dev-trial

For edge:

image

bogdanst24 commented 6 months ago

I can confirm it works, thank you!

jactefx commented 5 months ago

The workaround for now is to disable third party storage partitioning in chrome/edge. For chrome: https://developers.google.com/privacy-sandbox/blog/storage-partitioning-dev-trial

For edge:

image

funciona

dcegress commented 4 months ago

Is there a way to make this work in "New" Outlook?