Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Hi @Ronald Taff
Based on your description, the issue appears to be related to Microsoft 365 authentication during the Excel Add-in sideloading process. As far as I know, this type of issue is commonly associated with local authentication, Microsoft 365 tenant policies, or the Office Add-in development tooling rather than the add-in code itself.
To troubleshoot, you could try to follow these steps:
Sign out of all Microsoft 365 accounts in Office applications, then sign back in using the intended development account.
Verify that the account can successfully access Microsoft 365 services, such as: https://portal.office.com
Close all Office applications, reopen Excel, and attempt the sideloading process again.
If multiple Microsoft 365 accounts are signed in on the device, test with only the affected account signed in.
Ensure that your Office Add-in development tooling is updated to the latest version.
Please give the above steps a try and let me know the results.
Any update would be appreciated.