mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 17:05:32 -04:00
[GH-ISSUE #46] [BUG] Community & News tabs sign you out. #26
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 @SCOPEDDXYZ on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/46
When clicking any tab that isn't "Store" or "Library" the application will just full on sign you out. It's somewhat annoying, because this also causes other issues from what I've noticed. Possibly just setting these to blank placeholders for the time being (similarly to the store tab) would provide a temporary fix.
@quexeky commented on GitHub (Jun 5, 2025):
I'm not able to reproduce this on my machine - It just sends me to the 404 page and sends me back to the store.
Which version is this on?
@SCOPEDDXYZ commented on GitHub (Jun 5, 2025):
I'm using the latest autorelease, I believe it's v0.3.0rc2.
I can record the bug happening in real time for me real quick, BRB.
@quexeky commented on GitHub (Jun 5, 2025):
Yeah that'd be convenient. Can I also get you to run it with RUST_LOG=debug from your command prompt of choice and then send the logs?
@SCOPEDDXYZ commented on GitHub (Jun 5, 2025):
Yeah forsure, here's the video.
https://github.com/user-attachments/assets/1d56db63-7cd7-4644-8316-3dfc0e0f0a59
@DecDuck commented on GitHub (Jun 5, 2025):
Can you share the server version, and provide logs?
I'm also building a v0.3.0-rc-3 that includes latest fixes because we can't seem to reproduce this on the latest development version.
@SCOPEDDXYZ commented on GitHub (Jun 5, 2025):
I've been having trouble getting logs, how would I go about that on Windows? I tried doing
./drop-app.exe -RUST_LOG=debugbut that didn't really work lmao@SCOPEDDXYZ commented on GitHub (Jun 5, 2025):
As far as server version, I'm on the nightly release, but this has been happening since I first installed the application. This is the version I used.
@quexeky commented on GitHub (Jun 5, 2025):
Yeah it's a client issue. Could you try running
set "RUST_LOG=debug" & ./drop.exe?[BUG] Community & News tabs sign you out.to [GH-ISSUE #46] [BUG] Community & News tabs sign you out.