chrishasz / spgo

SPGo: A Lightweight, Open Source, SharePoint IDE for Visual Studio Code
https://www.chrishasz.com/spgo
MIT License
60 stars 11 forks source link

SPGo On-prem auth issues #147

Closed Con-Jon closed 3 years ago

Con-Jon commented 3 years ago

Hi,

Getting 403 issues today with no changes to SP/SPGo config file. When trying to save using 'SaveOnly' I just get a 403 message and when trying to check out the file I get "The security validation for this page is invalid and might be corrupted. Please use your web browser's Back button to try your operation again."

Any ideas?

{ "sourceDirectory": "src", "sharePointSiteUrl": "https://xxx.xxx/xx/Dir", "publishingScope": "SaveOnly", "authenticationType": "Forms", "remoteFolders": [ "Web/**/*.*" ], "checkInMessage": "Publishing dev changes", "storeCredentials": true }

Win 10 20h2 VS Code 1.56.2 SPGo v1.7.2