[GH-ISSUE #174] [BUG] Error 403 #96

Closed
opened 2026-02-17 17:12:04 -05:00 by yindo · 2 comments
Owner

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

  1. Authenticate either using code or web browser
  2. Refresh the empty game list

Expected behavior
A list of games to be shown :)

Screenshots
Not possible at this moment

Desktop (please complete the following information):

  • OS: [Windows 11, macOS]
  • 0.34 version for both server and app

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 :(

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** 1. Authenticate either using code or web browser 2. Refresh the empty game list **Expected behavior** A list of games to be shown :) **Screenshots** Not possible at this moment **Desktop (please complete the following information):** - OS: [Windows 11, macOS] - 0.34 version for both server and app **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 :(
yindo closed this issue 2026-02-17 17:12:04 -05:00
Author
Owner

@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.

@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.
Author
Owner

@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!

@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!
yindo changed title from [BUG] Error 403 to [GH-ISSUE #174] [BUG] Error 403 2026-06-05 14:24:45 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#96