[GH-ISSUE #11458] /category-view route not linked and missing from sitemap #2429

Closed
opened 2026-02-26 12:52:25 +03:00 by kerem · 3 comments
Owner

Originally created by @ls-root on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11458

Please verify that you have read and understood the guidelines.

yes

What type of issue is this?

Other

A clear and concise description of the issue.

I found an unlinked frontend route (/category-view) that also doesn't appear in the sitemap

Which browser are you using?

Firefox

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

sitemap.xml

<urlset>
  <url>
    <loc>https://community-scripts.github.io/ProxmoxVE</loc>
    <lastmod>2026-02-02T08:03:19.916Z</lastmod>
  </url>
  <url>
    <loc>https://community-scripts.github.io/ProxmoxVE/scripts</loc>
    <lastmod>2026-02-02T08:03:19.916Z</lastmod>
  </url>
  <url>
    <loc>https://community-scripts.github.io/ProxmoxVE/json-editor</loc>
    <lastmod>2026-02-02T08:03:19.916Z</lastmod>
  </url>
</urlset>

Please provide detailed steps to reproduce the issue.

  1. Visit the site and try to find a link to the category view from the UI (I couldn't find one).
  2. Inspect the sitemap.xml and confirm /category-view is not listed.
Originally created by @ls-root on GitHub (Feb 2, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11458 ### Please verify that you have read and understood the guidelines. yes ### What type of issue is this? Other ### A clear and concise description of the issue. I found an unlinked frontend route ([/category-view](https://community-scripts.github.io/ProxmoxVE/category-view)) that also doesn't appear in the sitemap ### Which browser are you using? Firefox ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. sitemap.xml ```xml <urlset> <url> <loc>https://community-scripts.github.io/ProxmoxVE</loc> <lastmod>2026-02-02T08:03:19.916Z</lastmod> </url> <url> <loc>https://community-scripts.github.io/ProxmoxVE/scripts</loc> <lastmod>2026-02-02T08:03:19.916Z</lastmod> </url> <url> <loc>https://community-scripts.github.io/ProxmoxVE/json-editor</loc> <lastmod>2026-02-02T08:03:19.916Z</lastmod> </url> </urlset> ``` ### Please provide detailed steps to reproduce the issue. 1. Visit the site and try to find a link to the category view from the UI (I couldn't find one). 2. Inspect the sitemap.xml and confirm /category-view is not listed.
kerem 2026-02-26 12:52:25 +03:00
  • closed this issue
  • added the
    website
    label
Author
Owner

@MickLesk commented on GitHub (Feb 2, 2026):

it was my test 1 year ago, but never go live.

<!-- gh-comment-id:3833827606 --> @MickLesk commented on GitHub (Feb 2, 2026): it was my test 1 year ago, but never go live.
Author
Owner

@ls-root commented on GitHub (Feb 2, 2026):

Thanks for the background. There's also a bug on that page where alt texts break the layout. Would you prefer I (A) remove the test route or (B) keep it and make it discoverable (add nav link + include in sitemap)? I can open a small PR for whichever you choose.

<!-- gh-comment-id:3833868976 --> @ls-root commented on GitHub (Feb 2, 2026): Thanks for the background. There's also a bug on that page where alt texts break the layout. Would you prefer I (A) remove the test route or (B) keep it and make it discoverable (add nav link + include in sitemap)? I can open a small PR for whichever you choose.
Author
Owner

@MickLesk commented on GitHub (Feb 2, 2026):

It can be removed, but Im not investing much time in the front end at the moment because a new development is planned. But I dont know when.

<!-- gh-comment-id:3833887401 --> @MickLesk commented on GitHub (Feb 2, 2026): It can be removed, but Im not investing much time in the front end at the moment because a new development is planned. But I dont know when.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2429
No description provided.