In some cases Origami apps may require tenant wide configuration to retrieve theme settings.
Here are the steps to se this up:
-
Open SharePoint Online Management Shell and Run it as Administrator. You can download the shell from here: https://www.microsoft.com/en-ca/download/details.aspx?id=35588
-
Run this command to connect to your tenant, replacing [your tenant] with your tenant:
Connect-PnPOnline -Url “https://[your tenant]-admin.sharepoint.com” -Interactive
The system will ask you for your SharePoint Online Admin credentials.
- Run this command to set the Origami identifier, replacing [your hub site] with the URL of your hub site:
Set-PnPStorageEntity -Key OrigamiRootSite -Value “https://[your tenant].sharepoint.com/sites/[your hub site]”
- Run this command to log out:
Disconnect-PnPOnline