You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Katana headless crawler fails to crawl pages which are linked to from navigation dropdowns. I have done a demo in this repo including steps to reproduce:
I expect to see every page from the example server visited by Katana.
What actually happens
Katana logs the URLs scraped, which includes the /hidden/* paths, but it never actually visits them. I know this because the logs from the example server show that:
go run .
2026/06/05 13:48:02 nested_navigation server listening on http://localhost:8888
2026/06/05 13:48:11 [VISITED] /
2026/06/05 13:48:16 [VISITED] /
2026/06/05 13:48:19 [VISITED] /top/page-a
2026/06/05 13:48:22 [VISITED] /top/page-b
2026/06/05 13:48:25 [VISITED] /top/page-c
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The Katana headless crawler fails to crawl pages which are linked to from navigation dropdowns. I have done a demo in this repo including steps to reproduce:
https://github.com/evanrolfe/katana_bug
Example of such links:

What I expect to happen
I expect to see every page from the example server visited by Katana.
What actually happens
Katana logs the URLs scraped, which includes the
/hidden/*paths, but it never actually visits them. I know this because the logs from the example server show that:Here is the output from Katana:
Beta Was this translation helpful? Give feedback.
All reactions