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

Populating Workspace issue #117

Closed kalaram20 closed 3 years ago

kalaram20 commented 4 years ago

I am using NTLM for on-prem sp 2016, populate the local workspace continuously running. No error and nothing happening. The notification shows multiple instances of "Populating workspaces". Any thoughts on this?

Issue:

Nothing happening when I try to populate the workspace

"publishingScope": "SaveOnly",
"authenticationType": "NTLM",
"remoteFolders": [
    "/Style Library/eboardScripts/cScripts"
]

In VS code notification, I am seeing so many "Populating workspace" running.

Expected: It should populate files from the on-prem sp 2016 site.

Note: I have VS code on my desktop but SharePoint deployed in a VM. I am trying to connect to a non-development environment. Configuration worked fine and .json file created but when I try to populate folder from that site I get nothing. I am the owner of that site. Not sure what went wrong!

image

chrishasz commented 4 years ago

Hello @kalaram20

Sorry for the long delay. I’ve seen a couple other users with NTLM problems lately, so there must be something going on.

Are there any messages in the SPGo output logs?

If you are able, I would also ask you to open the VSCode debug console and record any errors you se there for me.

Thanks for using SPGo. I hope we can get this resolved quickly!

chrishasz commented 3 years ago

Hello @kalaram20. Are you still seeing this issue?

chrishasz commented 3 years ago

I'm closing this issue due to age. Please reopen if you are still experiencing the issue.