Zend certified PHP/Magento developer

Category wrong url of subcategories key after save

Well i lost hope on this one, I hope somebody had similar issue

I have a following category structure

-xxx
  -a
   -b
     -f
     -g
     -h
   -c
   -d

xxx is the root category

The paths in the store for the categories f,g,h look now like:

http://page/a/b/f
http://page/a/b/g
http://page/a/b/h

Now I want to change the **-b **category url key to a different one.
Lets say, we change -b to -lol

So now the paths for the f,g,h categories should be

http://page/a/lol/f
http://page/a/lol/g
http://page/a/lol/h

But for some reason, one of the categories didn’t change the url and was left with the old value:

http://page/a/b/g

So now I change the -lol category to -something

The results I receive are as follow

http://page/a/something/f
http://page/a/lol/g
http://page/a/something/h

What can be possibly the issue here and where could I look for an answer?
Saving the categories goes from admin panel, I don’t have any features regarding plugins on save, just a magento2 EE edition

I also noticed that the url is not updated in the url-rewrite table (right away, only after the later save),
Mb there is some problem with some staging crp?