Hi
I just tried this with Chrome and php 8.1.
node/1 has no redirect for anonymous users and has no redirect for authenticated users. I Add a redirect from node/1 to a view page for a specific custom role, such as 'moderators'.
Anonymous user visits site and sees node/1, they log in as a moderator and are redirect to the view page when they try to visit node/1.
Moderator logs out and tries to access node/1, but are still redirect to the view page.
I also, redirect node/1 to a different view page for role 'super-user'.
Anonymous user visitrs site and can see node/1, they log in as moderator and are redirect to the first view page.
Admin gives the user role as 'super-user' and removes role 'moderator', how ever node/1 still redirect the user to the original view instead of the new view. The user logs out, but still sees original view instead of node/1.
Thanks
Hi, I have the same with the Recurly module.
https://www.drupal.org/project/recurly →
If you go to user/1/subscription you can access the recurly subscriptions.
But if I put user/current/cubscription I get access denied.
Thanks
noopal → created an issue.
Hi, thanks, is there an option for deleting or updating programmatically?
Redirect::create([
'redirect_source' => 'my/path',
'redirect_redirect' => $external,
'status_code' => 301,
])->save();
$external is no longer at the address and needs to be updated to new address? Is it possible to do something like Redirect::update 'redirect_redirect' where 'redirect_source' = 'my/path'?
Thanks
Hi I just wanted to confirm that this is still a bug in Drupal 10
Hi. I am using latest release and php 8.1.
It is only working for me on node titles but not any other fields.
Is there any patch I need to apply?
thanks
Hi can you provide screenshot of which URL?
I have the container ID but dont know where to find URL? Thanks
Hi.
I have been seeing this since updating to Drupal ^ 9.5 on Pantheon, PHP 8.1.
Did not have on Drupal 9.4.x.