So I've attached fiddler:
GET /appbuilder/api/rawSettings/currentUser HTTP/1.1
Returns with:
HTTP/1.1 500 Internal Server Error
Server: nginx
Date: Tue, 28 Apr 2015 06:45:57 GMT
Content-Type: application/vnd.icenium+exception
Content-Length: 1065
Connection: keep-alive
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-AspNet-Version: 4.0.30319
X-UA-Compatible: IE=Edge,chrome=1
Access-Control-Allow-Credentials: true
Access-Control-Max-Age: 7200
System.IO.IOException ClassName MessageDataInnerException HelpURLStackTraceStringRemoteStackTraceStringRemoteStackIndexExceptionMethod HResultSource
WatsonBuckets System.Collections.IDictionarySystem.Exception System.IO.IOException 5A device attached to the system is not functioning.
at System.Web.Http.ApiController.<InvokeActionWithExceptionFilters>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Telerik.BlackDragon.Server.ServiceModel.Web.Controllers.MessageHandlers.ExceptionLoggingHttpControllerDispatcher.<SendAsync>d__0.MoveNext()
8
MoveNext
System.Web.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=ea397429547cb44b
System.Web.Http.ApiController+<InvokeActionWithExceptionFilters>d__0
Void MoveNext() System.Web.Http
Then there's another request:
GET /appbuilder/api/identityStore/identities HTTP/1.1
Which doesn't even receive a response (probably why no identities show) after 6 minutes,
Same goes for:
GET /appbuilder/api/identityStore/certificationRequests HTTP/1.1
This isn't from me trying to build. This is the login flow for appbuilder that's happening in the background when I start VS.