-
Notifications
You must be signed in to change notification settings - Fork 99
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
Sideloading from starter template does nothing #5342
Comments
Here are some similar issues that might help you. Please check if they can solve your problem. Possible solution (Extracted from existing issue, might be incorrect; please verify carefully) The issue resolved itself without any specific action. This suggests that the problem might be intermittent or related to external factors such as server-side changes. If you encounter this issue, it might be worth waiting and trying again later. Reference: |
Can you provide more specifics about what kind of project you are creating? Depending what kind of add-in elements, you are working with you will have to use different parts of Outlook to see the behavior. As far at logging in goes . . . Outlook add-in have always required an account in order to sideload the manifest because the add-in is stored on the email server (exchange). The tooling script themselves do not handle accounts. For a while sideloading was done using the Outlook client itself which would have to have email account already set up. In the past couple of years, we've been transitioning to a direct add-in service that works across the different M365 apps (and allows the use of json for manifests instead of XML) and the service is connected to a tenant . . . thus the login prompt for that. Microsoft does provide dev tenants for office add-in development . . . but you can also disable this new service connection by going to File => Options => Advanced and unchecking the "Show Apps in Outlook" which will revert the UI back to the existing exchange based sideloading (note, this doesn't affect the dev tools sideloading - 'npm run start' - but does let you manually sideload an xml manifest). |
A bit of context: I am a freelancer and usually dont use office products. So for a project I was tasked to create an addin. Therefore I created a dev environment. However, the cli wants me to login to a business account (which I dont have). I guess I have 2 questions:
|
Provide required information needed to triage your issue
Your Environment
Expected behavior
Running
npm run start
should sideload the addinCurrent behavior
The addin is not visible anywhere
Steps to reproduce
npm run start
Context
How does the account play into this? I am a sole developer and dont have my own company account (I reused one from somewhen).
Can the account policy stop my addin from showing up? Why do I need a company account in the first place?
Useful logs
Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.
The text was updated successfully, but these errors were encountered: