You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the Owin demo app as a base for my own project, and although everything is working, the console for the app is full of 100s of messages like
This is still an issue for me, using React.Net 3.1.0 like this, am I missing something? Thanks
Public Sub ConfigureAuth(app As IAppBuilder)
Dim contentFileSystem = New PhysicalFileSystem(HttpContext.Current.Server.MapPath("Content"))
app.UseBabel(New BabelFileOptions() With
{
.StaticFileOptions = New StaticFileOptions() With
{
.FileSystem = contentFileSystem
}
})
app.UseFileServer(New FileServerOptions() With {.FileSystem = contentFileSystem})
I've been using the Owin demo app as a base for my own project, and although everything is working, the console for the app is full of 100s of messages like
JSPool] Watched file '[JSPool] Watched file '/\Users\Harry\AppData\Local\Google\Chrome\User Data\Default\Cookies-journal' changed'
.It seems to be watching my entire user directory.
Given that I'm using
shouldn't it only be watching under my Content directory? Apologies if this is user error somewhere!
The text was updated successfully, but these errors were encountered: