mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 14:35:56 +03:00
[GH-ISSUE #34] [Bug]: Basic alerts requiring Enterprise License #125
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @harmgsn on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/34
Bug Description
New install - on the left menu under Operations the "Task Center" and "Reports" both have an enterprise crown - meaning enterprise license required. Alerts, however, does not have this crown. When clicking Alerts it does not allow you to access even the most basic alerts and instead says "Enterprise Feature" and "The 'Alertes' feature requires an Enterprise license". However, on the "Pricing" page of the website it clearly says the community edition includes "Basic email alerts".
So two bugs here - 1) That alerts is blocked behind an Enterprise License
2) When set to "GB" for language (not "EN?") it says "Alertes" feature, not "Alerts".
Steps to Reproduce
New install - open left menu pane and select "Alerts"
Expected Behavior
Alerts should not be blocked entirely by "Enterprise Feature" as basic email alerts is included in Community license
Actual Behavior
All alerts are blocked behind the "Enterprise Feature" notice
ProxCenter Version
1.2.0
Proxmox VE Version
9.1.5
Browser
Chrome 145
Logs / Screenshots
@adminsyspro commented on GitHub (Feb 22, 2026):
Hi @harmgsn, thanks for the detailed report!
1) Alerts behind Enterprise License
This is actually by design — the Alerts feature in ProxCenter (alerting engine, alert history, acknowledgment, email notifications, etc.) is part of the Enterprise edition. We understand the pricing page wording ("Basic email alerts") may be misleading and we'll update it for clarity. The Community edition includes the notification bell in the navbar which shows basic infrastructure alerts from Proxmox, but the full Alerts dashboard with configuration, history, and email routing requires an Enterprise license.
2) "Alertes" instead of "Alerts" when using English
Good catch — the default locale was set to French (
fr), so on a fresh install if your browser'sAccept-Languageheader doesn't explicitly includeen, the UI defaults to French. This has been fixed: the default locale is now English (en).To fix it on your current install: click the flag icon (🇬🇧/🇫🇷) in the top-right navbar and select 🇬🇧 English. This sets a persistent cookie and all UI text will switch to English, including the Enterprise gate message which will correctly show "Alerts" instead of "Alertes".
This fix will be included in the next release.