<!--- Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines Fields marked with (*) are required. Please don't remove the template. --> ### Preconditions (*) <!--- Provide the exact Magento version (example: 2.3.2) and any important information on the environment where bug is reproducible. --> 1. Magento 2.3.2 ### Steps to reproduce (*) <!--- Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce. --> 1. Regenerate new url rewrite for product ### Expected result (*) <!--- Tell us what do you expect to happen. --> 1. All product urls with categories are genereted accordingly by correct store view ### Actual result (*) <!--- Tell us what happened instead. Include error messages and issues. --> 1. Product urls that are generated from anchor categories are missing StoreId and are generated wrong. Underlined $storeId is missing and needs to be added in code. 