kipusoep / UrlTracker

The Url Tracker for Umbraco
MIT License
54 stars 61 forks source link

URL Tracker is not working with load balancer #99

Open asaliyog opened 9 years ago

asaliyog commented 9 years ago

Hi, we have two nodes (load balanced) , of which first one is the master node from where i access my back office . i have created a 301 redirect for a content page to external URL in back office - but this redirect is only working when i access my site from master node , the other node still goes to the blank page i have created . what i am doing wrong here ? do i need to update the cache here?

Yogesh

StephenPAdams commented 8 years ago

I'm having the same issue (on Umbraco 7.3.1).

KirschnerMatt commented 8 years ago

I'm having this issue as well on Umbraco 7.4.1.

It's worth noting that this only seems to happen with new redirects, as all the old ones work on both nodes.

KirschnerMatt commented 8 years ago

Correction, I've just updated the package to 3.11 and it seems to be working fine now.

ProNotion commented 8 years ago

I've got reports of this also in an load balanced environment. Anyone worked out why?

StephenPAdams commented 8 years ago

@ProNotion see here: https://github.com/kipusoep/UrlTracker/issues/143

Essentially the source has configuration settings to refresh the URL tracker cache for load balanced environments. However, that build isn't up on NuGet. Check out the above link to get more info as to why.

In a nutshell: we're working on it. :)

ProNotion commented 8 years ago

Great stuff - thanks Stephen. Would be good to see some of this stuff addressed and new builds released with less hassle for those maintaining the project :) Thanks for your work!

StephenPAdams commented 8 years ago

@ProNotion ...you're welcome! But @granthughes and @kipusoep are doing the hard work on this. I'm merely a messenger. 👍

garpunkal commented 7 years ago

Hi, was there any updates on this work?

daniel-chenery commented 7 years ago

@garpunkal What version are you running?

I'm new to the project here, but looking back on the thread, was this not fixed in 7d1ee47? Which looks like it was released in version 3.12

denisedelbando commented 6 years ago

for mine it works but it doesnt work on a multi-site configuration https://our.umbraco.com/forum/using-umbraco-and-getting-started/92345-issue-with-url-on-multi-site-setup-in-flexible-load-balancing#comment-293647

Should i create a new issue?