mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1192] [Bug] Error:Field validation for 'OrderBy' failed on the 'required' tag while deploy to 1Panel v2.1.0 #808
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#808
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 @bigsk05 on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1192
Release Version / 软件版本
v0.4.17
Description / 缺陷描述
I found:
But doc said we need:
I'm still checking for other version of 1Panel, I'm sure this is a bug.
Steps to reproduce / 复现步骤
Logs / 日志
Miscellaneous / 其他
No response
Contribution / 贡献代码
@bigsk05 commented on GitHub (Feb 13, 2026):
I have already found the problem
This bug was caused by the v2.1.0 update of 1Panel
The solution to this is:
Add
orderandorderByparams while making a request, and there's no need to separate processing of different versions; the previous version of 1Panel will do nothing with these two params.I'll make a Pull Request later to solve this
@fudiwei commented on GitHub (Feb 28, 2026):
Memo: This breaking change was introduced in https://github.com/1Panel-dev/1Panel/pull/10372 , but was reverted in https://github.com/1Panel-dev/1Panel/pull/11926 .
Affected versions: 1Panel v2.0.11 ~ v2.1.1