mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 17:05:32 -04:00
[GH-ISSUE #100] [BUG] Can't connect to instance #55
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 @Fabaderheld on GitHub (Aug 2, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/100
Describe the bug
After entering the server URL and clicking connect. the following error appears
Checking the logs didn't show anything useful
To Reproduce
Expected behavior
Connecting to drop instance
Screenshots
Desktop (please complete the following information):
Additional context
Sorry for spamming with error.
regrads
Fabian
@AdenMGB commented on GitHub (Aug 2, 2025):
this looks to be an error with a mismatched server and client version im imaging, what version is your app and what version is your server?
p.s its totally fine to spam errors they help us prevent them later down
@DecDuck commented on GitHub (Aug 2, 2025):
Spam away.
Are you running behind a reverse proxy?
@Fabaderheld commented on GitHub (Aug 2, 2025):
Yes, accessing the webpage works without issues.
@Fabaderheld commented on GitHub (Aug 2, 2025):
Server is 0.3.1 and client Drop.Desktop.Client-0.3.1-1.x86_64.rpm
@DecDuck commented on GitHub (Aug 2, 2025):
Can you access
$EXTERNAL_URL/api/v1/without issues?@Fabaderheld commented on GitHub (Aug 2, 2025):
this is what I get
{"appName":"Drop","version":"v0.3.1","gitRef":"#6394331"}@DecDuck commented on GitHub (Aug 2, 2025):
Do you use HTTP or HTTPS to connect, and did you specify that in the Drop client?
@Fabaderheld commented on GitHub (Aug 2, 2025):
I use https but it switches automatically to it
it looks like this
and switches to https:// as soon as I start typing
@DecDuck commented on GitHub (Aug 2, 2025):
Ah okay, that's not it then.
What reverse proxy do you use?
@Fabaderheld commented on GitHub (Aug 2, 2025):
pangolin which uses traefik under the hood
@DecDuck commented on GitHub (Aug 2, 2025):
I just spun up Traefik to see if it was an issue with it, no dice.
I'm out of ideas. Basically, something is getting between the client and server, and probably showing some sort of error/HTML page. If you can access by direct IP or something, that'll probably work.
@Fabaderheld commented on GitHub (Aug 2, 2025):
my bad, it was my reverse proxy middleware that interferes somehome. Sorry for that.
[BUG] Can't connect to instanceto [GH-ISSUE #100] [BUG] Can't connect to instance