mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[GH-ISSUE #49] Make Backend Errors More Descriptive #32
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#32
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 @ericwang401 on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/49
Is there an existing feature request for this?
Describe the feature you would like to see.
Currently, if there is an error interacting with Proxmox APIs, Convoy will return internal server error. This is obviously very vague and makes it hard for me to debug as I need to guide the user steps to collect more detailed information.
Describe the solution you'd like.
I would like to expose errors interacting with the Proxmox API to the frontend. If it turns out that exposing Proxmox endpoint errors reveals too much sensitive information, custom error messages could be made too.
Additional context to this request.
No response
@ericwang401 commented on GitHub (Mar 7, 2024):
Added in https://github.com/ConvoyPanel/panel/releases/tag/v4.2.2-rc.1