Closed blevai13 closed 6 years ago
Did you happen to try with 3.12 at all? That will narrow it down if it's Umbraco's EndRequest event.
The URL Tracker will only kick-in when it's hit a 404. Since you're getting 500 errors, that's probably why it's not working. Your 1st point sounds like you've deleted a template in Umbraco, which is nothing to do the plugin.
I'm not sure what's going on with your 2nd point. What is the exact error message you're getting?
Closing this due to inactivity. Feel free to come back and comment with more information though :)
You might need to disable Alternative Template URLs in your Umbraco Setup
HI @daniel-chenery, We are facing with the following situation:
My guessing is that the Umbraco Endrequest event is not enough, in terms that such calls won't be caught, because in the situation like above the process doesn't get to reach the point where UrlTracker would do it's work. Can you please advise me what should we do in these kind of situation, for workaround I just made in IIS with the rewrite Url records, but we would like to handle all of them in the UrlTracker view.
Thanks, Botond