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 #7825
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#7825
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.
@0xJacky commented on GitHub (Jul 29, 2025):
Can you login to the demo with admin/admin: https://demo.nginxui.com/#/login
@0xJacky commented on GitHub (Jul 29, 2025):
At the same time, the time difference between the server and the local system must be less than 10 seconds.
@benji-emd commented on GitHub (Jul 29, 2025):
Thank you for the clarification. I believe this time difference requirement is exactly what's causing the issue in my case. Is there a way to bypass or disable this restriction? In my case, the server and client systems aren't always perfectly synchronized, so a workaround or option to skip this time sync check (or relax the 10-second limit) would be very helpful.