Hi,
we have a strang behaviour with the UrlTracker Package. Installation is succesful and the user can adjust the tracking-variables, but after awhile the UrlTracker is away in the CMS?
The Url-Tracker seems to use an absolute path. Don't know where it is coming from? D:\kipusoep\Documents\GitHub\UrlTracker\UrlTrackerApplicationEventHandler.cs
2018-11-05 10:26:46,414 [P5788/D27/T58] ERROR InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - Error reading JObject from JsonReader. Path '', line 0, position 0.
Newtonsoft.Json.JsonReaderException: Error reading JObject from JsonReader. Path '', line 0, position 0.
at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader)
at Newtonsoft.Json.Linq.JObject.Parse(String json)
at InfoCaster.Umbraco.UrlTracker.UrlTrackerApplicationEventHandler.ContentService_Publishing(IPublishingStrategy sender, PublishEventArgs`1 e) in D:\kipusoep\Documents\GitHub\UrlTracker\UrlTrackerApplicationEventHandler.cs:line 116
2018-11-05 10:26:46,414 [P5788/D27/T58] ERROR InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - Error reading JObject from JsonReader. Path '', line 0, position 0.
Newtonsoft.Json.JsonReaderException: Error reading JObject from JsonReader. Path '', line 0, position 0.
at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader)
at Newtonsoft.Json.Linq.JObject.Parse(String json)
at InfoCaster.Umbraco.UrlTracker.UrlTrackerApplicationEventHandler.ContentService_Publishing(IPublishingStrategy sender, PublishEventArgs`1 e) in D:\kipusoep\Documents\GitHub\UrlTracker\UrlTrackerApplicationEventHandler.cs:line 11
UrlTracker disappears in CMS
Hi, we have a strang behaviour with the UrlTracker Package. Installation is succesful and the user can adjust the tracking-variables, but after awhile the UrlTracker is away in the CMS?
The Url-Tracker seems to use an absolute path. Don't know where it is coming from?
D:\kipusoep\Documents\GitHub\UrlTracker\UrlTrackerApplicationEventHandler.cs
Hi. You're probably best asking this on the URL Tracker issue tracker as it's not a standard Umbraco component:
https://github.com/kipusoep/UrlTracker/issues
Thank you, I've created an issue in github!
Issue solved with
adding this to Dashboard.config
is working on a reply...