mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1275] Login Page Broken After Upgrading to Latest Version #2626
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#2626
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 @benji-emd on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1275
After upgrading to the latest version of the application, the login page is no longer functioning as expected. Users are unable to log in, and the page either fails to load properly or returns an error upon submitting credentials.
Steps to Reproduce:
Upgrade the application to the latest version (2.1.14).
Navigate to the login page.
Enter valid user credentials and submit the form.
Expected Result:
User should be successfully authenticated and redirected to the dashboard (or appropriate landing page).
it occurs Request Timeout as response
api/crypto/public_key => {"scope":"crypto","code":40401,"message":"request timeout"}
Additional Notes:
This issue did not exist in any of the previous versions, including v2.1.12.
Rollback to the previous version (v2.1.12) resolves the issue.