Skip to content
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

Cannot Get #1

Open
kjsingh44 opened this issue Jun 13, 2017 · 7 comments
Open

Cannot Get #1

kjsingh44 opened this issue Jun 13, 2017 · 7 comments

Comments

@kjsingh44
Copy link

I am unable to get this working. I have followed all the deployment steps as indicated, however when I visit my web page I receive a "cannot get" message.

These are the settings on Azure. My webpage is http://ismstampery.azurewebsites.net/
capture

Is there a way to get access to more documentation on this ?

@vjrantal
Copy link
Collaborator

@kjsingh44 It is expected that the root of the site returns "cannot get".

The manifest you should use when adding your deployment to your Office is at http://ismstampery.azurewebsites.net/manifest-officeblock.xml. However, you should rerun the deployment by specifying the URL with https scheme, because Office doesn't allow add-ins via the http scheme. Even though https://ismstampery.azurewebsites.net/manifest-officeblock.xml is already accessible, the content of the XML has:

<SourceLocation DefaultValue="http://ismstampery.azurewebsites.net/FunctionFile/Functions.html"/>

And for this reason, Office would try to fetch add-in files over the http URL.

@kjsingh44
Copy link
Author

I rebuilt it completely. Even created a new site : https://stampery1.azurewebsites.net/

I went to office --> options --> Trust center --> Settings --> Add-in Catalogs --> in catalog url I added https://stampery1.azurewebsites.net/ and checked show in catalog.

However when I go to word and look at Inset --> My Add ins
I dont see stampery there. Am I missing something ?
Please help.

@vjrantal
Copy link
Collaborator

@kjsingh44 When you add the add-in, you need to use the manifest URL, i.e., https://stampery1.azurewebsites.net/manifest-officeblock.xml and not the root of the site. You can read more from https://dev.office.com/docs/add-ins/overview/office-add-ins.

@kjsingh44
Copy link
Author

kjsingh44 commented Jun 14, 2017

Thanks for your reply @vjrantal . I forgot to mention that I did try the manifest url as well. This is where I am adding the url in word :
image

After applying the above I restart word and I go to Insert --> My Add ins --> Shared Folder tab and see this :

image

Could you please help. Thanks

@vjrantal
Copy link
Collaborator

@kjsingh44 It might not be clear from the readme, but the implementation is currently intended to be used from Outlook and would not work as is on other Office environments like Word. You can try to find specific instructions for how to add Outlook add-ins, but one is here https://dev.office.com/docs/add-ins/testing/sideload-outlook-add-ins-for-testing. See also https://www.microsoft.com/reallifecode/2017/04/10/stampery-blockchain-add-microsoft-office/ that has some screenshots about what the add-in should look like within Outlook.

@provChrisCarruthers
Copy link

Is this project dead?

@hdsw
Copy link
Collaborator

hdsw commented Feb 9, 2018

This project is complete as documented on here. Further projects are ongoing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants