spgo icon indicating copy to clipboard operation
spgo copied to clipboard

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

Open johannes-z opened this issue 4 years ago • 1 comments

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

  • I'm submitting a ...

    • [x] bug report
    • [ ] feature request
  • What is the current behavior? When logging in, I get this error in the output of the extension

[09/11/2021, 12:46:51] ================================     ERROR     ================================
[09/11/2021, 12:46:51] Cannot read property 'length' of undefined
[09/11/2021, 12:46:51] Error Detail:
[09/11/2021, 12:46:51] ----------------------
[09/11/2021, 12:46:51] TypeError: Cannot read property 'length' of undefined
[09/11/2021, 12:46:51] ===============================================================================
  • If the current behavior is a bug, please

SPGo.json:

{
    "sourceDirectory": "src",
    "sharePointSiteUrl": "https://xxx.sharepoint.com/sites/xxx/",
    "publishingScope": "SaveOnly",
    "authenticationType": "Digest"
}
  • What is the expected behavior? Login should work

  • Please tell us about your environment:

    • Win 11
    • Online
    • Digest

johannes-z avatar Nov 09 '21 11:11 johannes-z