mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[GH-ISSUE #174] [BUG] Error 403 #96
Reference in New Issue
Block a user
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 @nS-Gecko on GitHub (Jan 2, 2026).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/174
Describe the bug
After authenticating to the server, the game library stays empty with a loading icon. When clicking the refresh button, an error message appears with the message Error 403 : nonce error.
To Reproduce
Expected behavior
A list of games to be shown :)
Screenshots
Not possible at this moment
Desktop (please complete the following information):
Additional context
Tested using reverse proxy and local ip.
I’m on mobile right now but I can give more context if needed. Too bad I can’t seem to test the app at all because of that error :(
@AdenMGB commented on GitHub (Jan 2, 2026):
This error usually means that the time is too far out of sync with your drop server (~30 seconds) since the clients rolling security certificates change every 30 seconds, I'd recommend checking the time server of your drop host then using the same for your Windows 11 (making sure to click sync after it's changed) and MacOS Clients.
@nS-Gecko commented on GitHub (Jan 3, 2026):
Indeed,
Works like a charm now, my docker was off by a minute and I was not importing /etc/localtime from the host.
I saw something explaining that situation in the docs but it was not clear enough for me on first read ;) sorry!
[BUG] Error 403to [GH-ISSUE #174] [BUG] Error 403