Redbar with undefined : undefined during export
I received a red bar tonight while doing a full export with undefined : undefied. There is no indicating of any type of issue even with debug turned on in the logging. The export report also appears to indicate that everything was successful.
How about adding logic so that if you get a red bar, you at least write a marker in the log so we can see what it was trying to do?
All errors are trapped (there is even an option to not send errors back as to not break startup) - but at that point, we log everything :( the RedBar is an exception coming back so something would have to be logged somewhere?
I have occasionally seen the redbar with nothing if you nuget install uSync and refresh the site (without rebuilding the project first) - but that's the only time
Ok (thanks), We I'll turn on all of the logging, we get it pretty frequently; so I'll add the log here next time we have it.
Also, it breaks the rest of the experience because while usync keeps running, the UI is never updated so the only way to know that it completes is to watch the log for the final message indicating that the change log was written to disk