You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2020. It is now read-only.
My path is not created, powershell is running as administrator, error bellow, in the logs i dint find any clue
All the automatic steps are now completed!
Please proceed with the manual steps documented on the Setup Guide!
Get-Item : Cannot find path 'C:\sp-dev-gdpr-activity-hub-master\sp-dev-gdpr-activity-hub-master\GDPRStarterKit\sharepoint\solution\gdpr-starter-kit.sppkg' because it does not exist.
At C:\sp-dev-gdpr-activity-hub-master\sp-dev-gdpr-activity-hub-master\Scripts\Provision-GDPRActivityHub.ps1:148 char:23
... ppkgPath = (Get-Item -Path "..\GDPRStarterKit\sharepoint\solution\gdp ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : ObjectNotFound: (C:\sp-dev-gdpr-...arter-kit.sppkg:String) [Get-Item], ItemNotFoundException
FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
You can find the .SPPKG file at the following path:
The text was updated successfully, but these errors were encountered:
Using developer tools on browser i get in the home page this error
Failed to load resource: the server responded with a status of 500 ()
sites/GDPR2018/_api/social.following/IsFollowed
<m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<m:code>
-1, Microsoft.SharePoint.Client.ClientServiceException
</m:code>
<m:message xml:lang="pt-PT">
The HTTP method "GET" can not be used to access the "IsFollowed" resource. The resource operation type is specified as "Default". Use the correct HTTP method to invoke the resource.
</m:message>
</m:error>
More erros in the insert Event form
Failed to load resource: net::ERR_NAME_NOT_RESOLVED
relative-path.invalid/react-dom:1 Failed to load resource: net::ERR_NAME_NOT_RESOLVED
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My path is not created, powershell is running as administrator, error bellow, in the logs i dint find any clue
All the automatic steps are now completed!
Please proceed with the manual steps documented on the Setup Guide!
Get-Item : Cannot find path 'C:\sp-dev-gdpr-activity-hub-master\sp-dev-gdpr-activity-hub-master\GDPRStarterKit\sharepoint\solution\gdpr-starter-kit.sppkg' because it does not exist.
At C:\sp-dev-gdpr-activity-hub-master\sp-dev-gdpr-activity-hub-master\Scripts\Provision-GDPRActivityHub.ps1:148 char:23
... ppkgPath = (Get-Item -Path "..\GDPRStarterKit\sharepoint\solution\gdp ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : ObjectNotFound: (C:\sp-dev-gdpr-...arter-kit.sppkg:String) [Get-Item], ItemNotFoundException
FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
You can find the .SPPKG file at the following path:
The text was updated successfully, but these errors were encountered: