Persistent Loading Indicator Issue in Outlook WebAdd-in After Full Initialization

Salaheddine ALSHAWWA 0 Reputation points
2024-09-27T08:35:47.89+00:00

I have developed an Outlook web add-in using TypeScript, managed by Webpack. While the add-in functionality works as expected, I am facing an issue with a loading indicator that never disappears, even after the add-in has fully initialized.

I have tried the following steps to resolve this issue:

Ensured Initialization: Used Office.Initialize along with Office.Ready to confirm that the add-in is fully initialized.

Parent Communication: Passed the initialize event to the parent to ensure it recognizes that the add-in has been loaded and initialized.

Configuration Checks: Tested various configurations, including different polyfills and tsconfig settings, to identify any potential causes.

Despite these efforts, the loading indicator persists, even when the add-in fails to load entirely.The "Loading..." progress bar remains active indefinitely, suggesting that there might be an issue with how the initialization state is being communicated or processed.

Has anyone experienced a similar problem, or could you provide guidance on how to resolve this persistent loading indicator issue in Outlook Web Add-ins? Any help or suggestions would be greatly appreciated

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,619 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,763 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,882 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.