-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
displayDialogAsync is crashing after around 15 seconds after successfully opening an URL #5211
Comments
Could you please provide the version of this Outlook client? |
I am testing in outlook web, do I need to reproduce it on desktop? |
is there anything else I can add to help with this? It is currently blocking a major feature of our add-in that we would like to release. It would be helpful to get a better error message from that crash, we don't know where to start investigating it. |
Hi @pietrofxq , thanks for reporting & sharing the required details to repro this issue. We could repro this in our environment. We have added this work item to our backlog. However, at this time, we do not have an estimated timeline for when a fix will be implemented. We appreciate your patience and understanding as we work towards a resolution. Internal TrackingID: 5188722 |
@pietrofxq Could you please try invoking the API with diplayInFrame: false and see if this resolves the issue? Also find use the attached code snippet to check if the API is returning any error on execution. Office.context.ui.displayDialogAsync(dialogUrl, { height: 50, width: 50, displayInIframe: false, promptBeforeOpen: false }, (result) => { |
Hello Anjali, the issue remains the same. I am logged in in our service so there is no redirect and the issue still happens |
@pietrofxq Can you please share a recording of the issue. Also do you see the issue when you use the display dialog api without any redirection? Can you try and share this info? |
This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins! |
This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue. |
Provide required information needed to triage your issue
Your Environment
Expected behavior
Iframe popup should stay open and not crash
Current behavior
When I open my service URL with displayDialogAsync using these parameters:
the URL is loaded correctly. After doing no action and waiting 15 seconds, this screen shows up:
Clearing network and console in devtools and waiting for the crash reports no activity whatsoever about what might have happened
Steps to reproduce
Call displayDialogAsync with these parameters:
The text was updated successfully, but these errors were encountered: