Maybe I'm missing something, but I check the option "Redirect to uid" but the redirect doesnt happen.

I can't get my views to work that are using a context based on the UID. And I need the Me module to be able to directly link to user/%/* destinations....

Am I missing something? I tried both the stable and recent dev version. No errors in the log.

Thanks in advance.

Comments

bmango’s picture

I'm having exactly the same problem. Is this a bug?

bmango’s picture

in my case, this was not a bug at all. It was simply that the paths which were not redirecting were views paths. To get the views paths to work correctly I simply needed to change the validation settings for the context for the user ID in each of the views. The validation for the context filter needed to use the "me" validator. There is an explanation of how to do this at "me" works in the Menu where I have 'user/me' and redirect turned on but it fails if it is 'user/me/orders'