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

Populate/Login throws Cannot read property 'length' of undefined #152

Open johannes-z opened 2 years ago

johannes-z commented 2 years ago

Note: for support questions, please use stackoverflow and tag the post with #spgo.

SPGo.json:

{
    "sourceDirectory": "src",
    "sharePointSiteUrl": "https://xxx.sharepoint.com/sites/xxx/",
    "publishingScope": "SaveOnly",
    "authenticationType": "Digest"
}