{"section":"known-issues","requestedLocale":"en","requestedSlug":"rewriter-not-receiving-routes-updated-from-the-catalog","locale":"en","slug":"rewriter-not-receiving-routes-updated-from-the-catalog","path":"docs/en/known-issues/Store Framework/rewriter-not-receiving-routes-updated-from-the-catalog.md","branch":"main","content":"## Summary\n\n\nSome catalog updates related to routes are not arriving at the rewriter. This can happen with categories, brands, subcategories, or departments. When you create a new route or edit an existing one, the bootstrap query would be enough to update those routes on the rewriter, but it will not work in particular cases. The rewriter will not receive the route, and if you try to access it in the store, the route will not have products, or the \"something exploded\" error can appear on the screen.\n\n\n#### Simulation\n\n\nIf you have a route without products or with an error, try running the bootstrap query first:\n ![](https://vtexhelp.zendesk.com/attachments/token/lgRhaWsmwABr8rF4ow1DmLNwC/?name=image.png)\n\n    \\{bootstrap\\{brandscategories\\}\\}\n\n\nIf it doesn't work, check if the rewriter is receiving the route, if the response is null then rewriter didn't received the update:\n ![](https://vtexhelp.zendesk.com/attachments/token/W3vx3sa1BFL2DOSIsTh49tuvk/?name=image.png)\n\n    \\{internal\\{get(path:\"/test\")\\{fromdeclarerid\\}\\}\\}\n\n\n\n#### Workaround\n\n\nYou can try adding the route manually with the following mutation:\n\n    mutation saveInternal($route: InternalInput!) \\{internal \\{save(route: $route) \\{fromdeclarertypeidqueryendDatebindingresolveAsorigindisableSitemapEntry\\}\\}\\}\n\n\n\n    \\{\"route\": \\{\"from\": \"\",\"query\": \\{\"map\": \"\" //it can be \"b\" for brands, for example\\},\"declarer\": \"vtex.store@2.x\",\"binding\": \"\",\"type\": \"\",\"id\": \"U050MLNQDL2\",\"origin\": \"vtex.routes-bootstrap@0.4.3:brand-bootstrap\"\\}\\}"}