Menu
Feedback
Start here

Known issues

Known issues
Rewriter is not receiving URL updates
Store Framework
ID: 1066527
Backlog
Published on7/16/2024
Last updated on9/10/2024
1 min read

Summary

When a URL is changed/deleted on the catalog, the rewriter does not receive this change. Since the rewriter is not notified about it, the URL is still pointing to the wrong type, which can also lead to problems on the IS.

This can also happen when creating new category/subcategory routes on the catalog. The rewriter sometimes will need you to run the bootstrap query to receive those routes.

Simulation

Try deleting an existing brand from the catalog Run the mutation to see how this path is being received on the rewriter

{internal{ get(path:"/brand"){   from   declarer   query   disableSitemapEntry }}}

If you look for that brand on the storefront, it will still be pointing to a map=b

You can also check how this path is being returned on the pageType; if it is a fullText, the pageType was updated, and the rewriter didn't.

Workaround

Try deleting the route manually from the rewriter:

mutation{ internal{   delete(path:"/path"){     from     id     resolveAs   } }}

Try running the bootstrap query to update the rewriter:

{bootstrap { brands categories}}

Contributors
1
Photo of the contributor
+ 1 contributors
Was this helpful?
Yes
No
Suggest Edits (GitHub)
Contributors
1
Photo of the contributor
+ 1 contributors
On this page
Still got questions?
Ask the community
Find solutions and share ideas in the VTEX Community
Join our community
Request VTEX support
For personalized assistance, contact our experts
Open a support ticket
GitHubDeveloper PortalCommunityFeedback