I installed a web app in my office 365 instance, i see it installed but it when i try to use it, it doesn't shows up.
Any Help would be appreciated !
Ok. There's a lot of reasons it could be happening. You may have activation rules in your manifest that are causing it not to activate. It may be installed but not enabled (you can check in the Manage Apps menu item in OWA). I'd say start here for troubleshooting tips.
Related
I have created an custom outlook add in. When I side load it on using the website it works with no issues. When I go into the Outlook app and try to side load, it will install but not show up on the task pane. Is there a reason for this? Thanks!
There are multiple reasons why your add-ins may not be displayed in Office applications/task panes. One of them is the use of http protocol instead of https.
Another point is the privacy control setting in the registry that can be distributed by group policies. Especially the key:
HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\common\privacy -> controllerconnectedservicesenabled
if it is set to dword:00000002 (which is disabled).
You need to change it to dword:00000001 (enabled) and the add-in may immediately appear.The relevant information can be found in the article.
But I'd suggest starting from the Troubleshoot development errors with Office Add-ins article.
I'm currently learning Teams development and I just installed the Teams Toolkit extension. Following the quickstart guide, launching the app opens my browser with the Teams web app and the message
App not found, Please verify the app and it's[sic] access
permissions.
Fortunately, this app can still be launched when selecting the "Preview in Teams" option in the Developer Portal.
Quoting the GettingStarted.txt:
If you Start Debugging in a browser and Teams shows the message "App not found, Please verify the app and it's access permissions", it means the app hasn't been uploaded to Teams Dev Portal. To resolve this, follow the steps in the Quick start section above. The Project > TeamsFx > Configure for SSO menu command will do this step for you.
Except it was successfully uploaded to Dev Portal.
What I did
Did this "Configure for SSO" thing. No problems with that and the app was successfully added to the Developer Portal.
Where I searched for an answer
VS Marketplace page for Teams Toolkit (Reviews, Q&A)
Github page (issues) for Teams Toolkit
This very site - Stack Overflow.
Obviously, I'm not 100% sure that I haven't missed anything.
Temporary solution
In the meantime, I set the "launchBrowser" property to "false" in launchSettings.json. However, it's a waste of time to constantly go back to the Developer Portal to launch it, especially when the functionality is there.
Visual Studio 2019, Microsoft Development Account.
Thanks in advance.
We tried to repro this issue at our end and it is working fine for us. Could you please make sure app is opened in same tenant with which you configured for SSO. Also please remove all credentials from cache to make sure its not taking another credentials and try again.
Assuming nothing else was changed from the new project template, there are a few things you can try to narrow down the issue.
Open your browsers web dev tools and watch the console after clicking the Add button (before you see the error message). Sometimes a useful error message from the developer portal helps identify the issue.
Verify that when Visual Studio launches the URL, the correct tenant is loaded in Teams.
Run the project in VS, then manually navigate in your browser to the endpoint of your tab that you expect to work. It would be something like https://localhost:44357/tab by default (the value is in the manifest.json). The sample won't work completely because it's not running inside Teams, but you should be able to verify it's working locally.
If none of that helps, please log an issue on the GitHub page and we can investigate a bug.
I've installed the client for Outlook (v. 2013 both CRM and Outlook). Now, the ribbon is greyed out. After some thinking, googling and lamenting I got nothing to go on.
The current user (me) is created and the rolls are assigned (admin and custom). I can access the thing via the web client. Everything's been reinstalled, restarted, rebooted, re-whatever-I-could-think-of.
Still - no cookies!
What can that depend on? How to trouble-shoot it?
When I access the side menu in Outlook and its CRM tab, it's the same story. Everything is deactivated, although the organization is set to be syncable to and working. No error messages in the log, as far I could see...
I have more or less followed everything that I could find on the net. Most blogs/posts are just copies of the same material.
All the addins listed in the settings are like so. The plugin is listed twice. When I uninstall, both listings disappear. Then, when I reinstall, both are back. Weird.
I had a user with a similar problem and I enabled Microsoft Access Outlook Add-In for Data Collection and Publishing, restarted outlook and it worked. Hope this helps.
I am running into a recurring issue with the Marketplace Listing/SDK.
Anytime something minor is changed, the Contextual gadget disappears from the clients Gmail.
When we look at the Marketplace App in the clients Google Apps Admin everything is fine.
However if we go to "Data Access" and revoke permission and re-grant it, fairly soon the gadget will reappear.
This has to be done for any customer that has the App installed.
An example is fixing the issue described in the following link where we have to "check off" Enable individual Install.
"Integrate with Google" button disappeared
Google has made a change that means we need to adjust our settings and this whole "regrant" process is initiated.
Is this a bug or an undocumented feature? has anybody else encountered this???
Thanks for your input,
Paul C
This is caused by a known bug. We hope to have the fix in production next week.
Am creating a new project to migrate an oauth1 app to oauth2. Have enabled (and configured) the Apps Marketplace SDK. I am not seeing a "Test Install Flow" button in the settings screen.
I have not found any clues, after much searching, regarding prerequisites for making the button appear in the interface. Can anyone provide pointers about what to check for / what prerequisites I may have missed?
Update: I added an additional scope (beside userinfo.profile and userinfo.email) and the button appeared several minutes after saving the change. So problem solved, I suppose. Hope this helps the next person down the line :)
Update: I made a change to Universal Navigation Extension URL - and Test Install Flow button has again turned off. Reverted to the previous URL, and still no button. Is there some sort of an undocumented propagation period?
Possible that the solution here works for you - "Integrate with Google" button disappeared
In the marketplace SDK settings, uncheck the "Enable individual installs" option. The option doesn't do anything at the moment and shouldn't be enabled.