[GH-ISSUE #57] [Bug]: Configured ZFS replication is not shown #75

Closed
opened 2026-03-07 19:27:15 +03:00 by kerem · 2 comments
Owner

Originally created by @FlowSem on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/57

Bug Description

Configured (and working) ZFS replication jobs are not shown in the webgui,

Steps to Reproduce

  1. On the VM level go to replication.
    There is no replication job or status visible

Expected Behavior

Replication Job and Status should be visible

Actual Behavior

No replication state or job shown

ProxCenter Version

No response

Proxmox VE Version

No response

Browser

No response

Logs / Screenshots

Image
Originally created by @FlowSem on GitHub (Mar 2, 2026). Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/57 ### Bug Description Configured (and working) ZFS replication jobs are not shown in the webgui, ### Steps to Reproduce 1. On the VM level go to replication. There is no replication job or status visible ### Expected Behavior Replication Job and Status should be visible ### Actual Behavior No replication state or job shown ### ProxCenter Version _No response_ ### Proxmox VE Version _No response_ ### Browser _No response_ ### Logs / Screenshots <img width="383" height="158" alt="Image" src="https://github.com/user-attachments/assets/3f1fc24d-afe9-4ead-850f-92651f58315f" />
kerem 2026-03-07 19:27:15 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@adminsyspro commented on GitHub (Mar 3, 2026):

The frontend was incorrectly parsing the API response, it treated the response object as a flat array instead of accessing the jobs property inside it. This caused .filter() to silently return nothing, which is why the replication tab appeared empty even though the jobs were correctly fetched from Proxmox.

<!-- gh-comment-id:3988860868 --> @adminsyspro commented on GitHub (Mar 3, 2026): The frontend was incorrectly parsing the API response, it treated the response object as a flat array instead of accessing the jobs property inside it. This caused .filter() to silently return nothing, which is why the replication tab appeared empty even though the jobs were correctly fetched from Proxmox.
Author
Owner

@FlowSem commented on GitHub (Mar 3, 2026):

Now the replication jobs shows up.
Thank you :)

<!-- gh-comment-id:3989023281 --> @FlowSem commented on GitHub (Mar 3, 2026): Now the replication jobs shows up. Thank you :)
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/proxcenter-ui#75
No description provided.