Url rewrites not matching URL keyCreating url rewrite for old urlCatalog URL Rewrites not working for “Duplicated” productsCase Sensitive URL RewritesPrevent automatic URL rewrites created that include category URL key in product URLEnterprise Catalog Routing & RewritesRemove Multiple Product URL RewritesMagento 1.9.3.6 duplicated url rewrites after each reindexURL Key not changing in Magento 2Unable to change product URL key?If change the url key of Migrated products it doesn't work,still old url is calling,on category page url key is working but strange

Is the expression "To think you would stoop so low" often misused?

Does gravity affect the time evolution of a QM wave function?

What is the largest number of identical satellites launched together?

Program which behaves differently in/out of a debugger

Solubility in different pressure conditions

Why do the lights go out when someone enters the dining room on this ship?

Why did I need to *reboot* to change my group membership

Anatomically Correct Carnivorous Tree

Wireless headphones interfere with Wi-Fi signal on laptop

Is there anything special about -1 (0xFFFFFFFF) regarding ADC?

Can I say: "When was your train leaving?" if the train leaves in the future?

How do employ ' ("prime") in math mode at the correct depth?

Non-deterministic Finite Automata | Sipser Example 1.16

Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?

Find hamming distance between two Strings of equal length in Java

Longest Text in Latin

Help in identifying a mystery wall socket

Why is it harder to turn a motor/generator with shorted terminals?

What are the components of a legend (in the sense of a tale, not a figure legend)?

return tuple of uncopyable objects

Area under the curve - Integrals (Antiderivatives)

Ito`s Lemma problem

Was this character’s old age look CGI or make-up?

When a land becomes a creature, is it untapped?



Url rewrites not matching URL key


Creating url rewrite for old urlCatalog URL Rewrites not working for “Duplicated” productsCase Sensitive URL RewritesPrevent automatic URL rewrites created that include category URL key in product URLEnterprise Catalog Routing & RewritesRemove Multiple Product URL RewritesMagento 1.9.3.6 duplicated url rewrites after each reindexURL Key not changing in Magento 2Unable to change product URL key?If change the url key of Migrated products it doesn't work,still old url is calling,on category page url key is working but strange






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















this store is in Magento 2.3.0, and I'm running into an issue regarding url rewrites/keys.



On the product, I've set the url key as example-key, but only example-key-extra-stuff works -- that being the old url key. Even after deleting the whole url_rewrite table and regenerating rewrites (using https://github.com/olegkoval/magento2-regenerate_url_rewrites), the old URL key ends up in the rewrite table and the new URL key doesn't work.



Where do you think this old URL Key is being pulled from?



--



EDIT/UPDATE: I've found the old URL Key in the catalog_product_entity_varchar table, with the entity ID matching the product. The new URL key is there as well, also with its entity ID matching the product. The only difference is that the old URL Key (example-key-extra-stuff) is for attribute id 116 and the new one is for attribute id 115 (example-key).



I then checked the catalog_eav_attribute table and saw that these differences between these two attributes: 115 is visible, used in product listing, used in grid, and is filterable in grid, while 116 is not. I'm not sure where to find other information on these attributes, but it seems like one is being updated while the other (invisible one) is not, but then the invisible one is being used for the URL rewrites. Any thoughts on how to resolve this?










share|improve this question
























  • Is your indexer running correctly?

    – Morgan Smith
    May 8 at 20:34











  • @MorganSmith Yeah, indexer seems to be running like normal.

    – brackfost
    May 8 at 20:36

















2















this store is in Magento 2.3.0, and I'm running into an issue regarding url rewrites/keys.



On the product, I've set the url key as example-key, but only example-key-extra-stuff works -- that being the old url key. Even after deleting the whole url_rewrite table and regenerating rewrites (using https://github.com/olegkoval/magento2-regenerate_url_rewrites), the old URL key ends up in the rewrite table and the new URL key doesn't work.



Where do you think this old URL Key is being pulled from?



--



EDIT/UPDATE: I've found the old URL Key in the catalog_product_entity_varchar table, with the entity ID matching the product. The new URL key is there as well, also with its entity ID matching the product. The only difference is that the old URL Key (example-key-extra-stuff) is for attribute id 116 and the new one is for attribute id 115 (example-key).



I then checked the catalog_eav_attribute table and saw that these differences between these two attributes: 115 is visible, used in product listing, used in grid, and is filterable in grid, while 116 is not. I'm not sure where to find other information on these attributes, but it seems like one is being updated while the other (invisible one) is not, but then the invisible one is being used for the URL rewrites. Any thoughts on how to resolve this?










share|improve this question
























  • Is your indexer running correctly?

    – Morgan Smith
    May 8 at 20:34











  • @MorganSmith Yeah, indexer seems to be running like normal.

    – brackfost
    May 8 at 20:36













2












2








2








this store is in Magento 2.3.0, and I'm running into an issue regarding url rewrites/keys.



On the product, I've set the url key as example-key, but only example-key-extra-stuff works -- that being the old url key. Even after deleting the whole url_rewrite table and regenerating rewrites (using https://github.com/olegkoval/magento2-regenerate_url_rewrites), the old URL key ends up in the rewrite table and the new URL key doesn't work.



Where do you think this old URL Key is being pulled from?



--



EDIT/UPDATE: I've found the old URL Key in the catalog_product_entity_varchar table, with the entity ID matching the product. The new URL key is there as well, also with its entity ID matching the product. The only difference is that the old URL Key (example-key-extra-stuff) is for attribute id 116 and the new one is for attribute id 115 (example-key).



I then checked the catalog_eav_attribute table and saw that these differences between these two attributes: 115 is visible, used in product listing, used in grid, and is filterable in grid, while 116 is not. I'm not sure where to find other information on these attributes, but it seems like one is being updated while the other (invisible one) is not, but then the invisible one is being used for the URL rewrites. Any thoughts on how to resolve this?










share|improve this question
















this store is in Magento 2.3.0, and I'm running into an issue regarding url rewrites/keys.



On the product, I've set the url key as example-key, but only example-key-extra-stuff works -- that being the old url key. Even after deleting the whole url_rewrite table and regenerating rewrites (using https://github.com/olegkoval/magento2-regenerate_url_rewrites), the old URL key ends up in the rewrite table and the new URL key doesn't work.



Where do you think this old URL Key is being pulled from?



--



EDIT/UPDATE: I've found the old URL Key in the catalog_product_entity_varchar table, with the entity ID matching the product. The new URL key is there as well, also with its entity ID matching the product. The only difference is that the old URL Key (example-key-extra-stuff) is for attribute id 116 and the new one is for attribute id 115 (example-key).



I then checked the catalog_eav_attribute table and saw that these differences between these two attributes: 115 is visible, used in product listing, used in grid, and is filterable in grid, while 116 is not. I'm not sure where to find other information on these attributes, but it seems like one is being updated while the other (invisible one) is not, but then the invisible one is being used for the URL rewrites. Any thoughts on how to resolve this?







magento2 url-rewrite magento2.3.0 url-key






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 9 at 13:46







brackfost

















asked May 8 at 20:24









brackfostbrackfost

379217




379217












  • Is your indexer running correctly?

    – Morgan Smith
    May 8 at 20:34











  • @MorganSmith Yeah, indexer seems to be running like normal.

    – brackfost
    May 8 at 20:36

















  • Is your indexer running correctly?

    – Morgan Smith
    May 8 at 20:34











  • @MorganSmith Yeah, indexer seems to be running like normal.

    – brackfost
    May 8 at 20:36
















Is your indexer running correctly?

– Morgan Smith
May 8 at 20:34





Is your indexer running correctly?

– Morgan Smith
May 8 at 20:34













@MorganSmith Yeah, indexer seems to be running like normal.

– brackfost
May 8 at 20:36





@MorganSmith Yeah, indexer seems to be running like normal.

– brackfost
May 8 at 20:36










1 Answer
1






active

oldest

votes


















1














I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.



Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.






share|improve this answer























  • Good thought, thanks, but somehow that old URL key still shows up. Puzzling.

    – brackfost
    May 9 at 13:04











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f273908%2furl-rewrites-not-matching-url-key%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.



Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.






share|improve this answer























  • Good thought, thanks, but somehow that old URL key still shows up. Puzzling.

    – brackfost
    May 9 at 13:04















1














I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.



Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.






share|improve this answer























  • Good thought, thanks, but somehow that old URL key still shows up. Puzzling.

    – brackfost
    May 9 at 13:04













1












1








1







I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.



Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.






share|improve this answer













I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.



Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.







share|improve this answer












share|improve this answer



share|improve this answer










answered May 9 at 6:19









Kazim NooraniKazim Noorani

1,0621723




1,0621723












  • Good thought, thanks, but somehow that old URL key still shows up. Puzzling.

    – brackfost
    May 9 at 13:04

















  • Good thought, thanks, but somehow that old URL key still shows up. Puzzling.

    – brackfost
    May 9 at 13:04
















Good thought, thanks, but somehow that old URL key still shows up. Puzzling.

– brackfost
May 9 at 13:04





Good thought, thanks, but somehow that old URL key still shows up. Puzzling.

– brackfost
May 9 at 13:04

















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f273908%2furl-rewrites-not-matching-url-key%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림