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 have BuildMonitor set up on myServer:81/buildMonitor/ and found that the automatic refresh didn't work.
The problem was that I needed to change home.js to use url '/buildMonitor/Home/GetBuilds/'; however it would have been nice if the ajax function had implemented some way of reporting back if the query fails, for example:
This remains a problem, and balassy fixes are done on top of older release and do not fix the issue, only add error reporting.
My brief analysis has shown that regression appeared because of upgrade to newest .NET Core 2.2, and it was not so interesting to me to downgrade or go back to previous working build, I've decided to hack this solution on my own.
I have added refresh timer to BuildMonitor\Pages\Index.cshtml:
also removed from BuildMonitor\Pages\Shared_Layout.cshtml site.js line, and that file in overall - it was causing nasty flickering.
This however is quick and dirty approach - to make proper solution - need to analyze in depth how to perform update of Html.Partial parts, previously this was handled via $.ajax function call in site.js, but I did not want to go that deep for time being. If someone figures out proper / better solution, let me know.
Other forks also remains unpatched and old, so scanning 31 fork on 4.2019 did not gave any result.
I have BuildMonitor set up on myServer:81/buildMonitor/ and found that the automatic refresh didn't work.
The problem was that I needed to change home.js to use url '/buildMonitor/Home/GetBuilds/'; however it would have been nice if the ajax function had implemented some way of reporting back if the query fails, for example:
The text was updated successfully, but these errors were encountered: