John Carew

Results 166 comments of John Carew

We get the following error that we are trying to figure out the root cause. Those files that it is complaining about actually do not exists anymore. We expected it...

I can get you access to a current running docker container that is giving that error. I don't know what is causing it, hence why my OP was pointing out...

What would cause the error "Could not get file attributes" We are using osync because we need a way to bidirectional sync two folders on a container. In azure, if...

If I call the Url.RouteUrl like so, it works. Is the code on the backend not calling Url.RouteUrl? ```csharp var url = new System.Web.Mvc.UrlHelper(HttpContext.Current.Request.RequestContext, System.Web.Routing.RouteTable.Routes); foreach(var prod in cat.Products) {...

So the issue turns out to be that the CurrentNode is always null when viewing a action that is created via attributes. I think I have traced it down to...

Maybe change email settings to smtp, so that it doesn't stay stored on local servers mailbox?

Yes, this long overdue. AWS CF templates have had this for some time with the `AllowedPattern` field.