Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hii :-)
Umbraco 9.5 .Net Core
i installed UrlTracker v9 and configured it and now i getting NullReferenceException: Object reference not set to an instance of an object.
anyone know why?
Startup.cs:
public void Configure(IApplicationBuilder app, IWebHostEnvironment env) { if (env.IsDevelopment()) { app.UseDeveloperExceptionPage(); } app.UseUmbraco() .WithMiddleware(u => { u.UseBackOffice(); u.UseWebsite(); u.UseUrlTracker(); }) .WithEndpoints(u => { u.UseInstallerEndpoints(); u.UseBackOfficeEndpoints(); u.UseWebsiteEndpoints(); }); }
appsettings.json:
"UrlTracker": { "IsDisabled": false, "IsTrackingDisabled": false, "LoggingEnabled": false, "IsNotFoundTrackingDisabled": false, "AppendPortNumber": false, "HasDomainOnChildNode": false, "CacheRegexRedirects": true, "InterceptSlidingCacheMinutes": 2880, "MaxCachedIntercepts": 5000, "EnableInterceptCaching": true }
anyone please help
hi
the solution was to change the relative domain url to full path domain e.g: https://www.example.com/he/ https://www.example.com/en/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
UrlTracker - Object reference not set to an instance of an object
hii :-)
Umbraco 9.5 .Net Core
i installed UrlTracker v9 and configured it and now i getting NullReferenceException: Object reference not set to an instance of an object.
anyone know why?
Startup.cs:
appsettings.json:
anyone please help
hi
the solution was to change the relative domain url to full path domain e.g: https://www.example.com/he/ https://www.example.com/en/
is working on a reply...