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
SPGo has been working wonderfully for me since I started using it about 1 month ago but it suddenly stopped performing certain operations, such as publishing, checking out files, etc.
I can populate my workspace just fine, but operations involving writes to the server have stopped working. SPGo does not provide any output indicating the problem. This is an on-prem SP2013 farm.
SPGo: 1.3.5
VSCode x64: 1.35.0
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Moving our Email conversation to Github so that this issue resolution will be available to other users. I was able to reproduce and resolve your issue - it turns out that your entry for sourceDirectory is malformed in windows. Please change the `sourceDirectory your spgo.json file to use the windows slash, e.g.:
SPGo has been working wonderfully for me since I started using it about 1 month ago but it suddenly stopped performing certain operations, such as publishing, checking out files, etc.
Here is my config:
{ "sourceDirectory": "src/yyyyyy", "sharePointSiteUrl": "https://xxxxxx.com/xxx/yyyyyy", "publishingScope": "Minor", "authenticationType": "NTLM", "storeCredentials": true, "remoteFolders": [ "/SiteAssets/**/*", "/SitePages/**/*" ] }
I can populate my workspace just fine, but operations involving writes to the server have stopped working. SPGo does not provide any output indicating the problem. This is an on-prem SP2013 farm.
SPGo: 1.3.5
VSCode x64: 1.35.0
Thanks in advance!
The text was updated successfully, but these errors were encountered: