/home slug cannot be redirected to /

Hey, I am trying to redirect /home to / but it doesn’t work. It shows 301 page and doesn’t redirect to the home page.
Here are the settings in the publishing.

This is the page I want to re-direct: https://www.scaleflex.com/home

I’m not familiar with this limitation, but if it bothers you, you might contact support, or perhaps a wildcard variant might work for you;

/home(.*)/

This would also 301 e.g. /home2 but should not redirect e.g. /home/subpage

The problem was solved by replacing / in the old url with the full url of the home page.