mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[GH-ISSUE #308] error decoding response body: expected value at line 1 column 1 #154
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 @TheD3vilsAdvocate on GitHub (Jan 5, 2026).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/308
Hey all
I'm trying to connect to my server here. yaml file has been set accordingly with the following address: https://drop.abcd.com.
It's going through pangolin at port 1337 (I changed the default port) and I can access the server just fine via browser. However, the client gives me the above mentioned error message.
My docker compose file is basically unmodified with the exception of the port (1337:3000) and the EXTERNAL_URL=https://drop.abcd.com
Any idea what causes this ? The logs don't show anything.
@DecDuck commented on GitHub (Jan 5, 2026):
Can you access the API at https://drop.abcd.com/api/v1/
Also if you haven't, check the client logs, they may have more information.
@TheD3vilsAdvocate commented on GitHub (Jan 6, 2026):
Hey thanks
Sorry, this can be closed. My pangolin reverse proxy was blocking the app...
error decoding response body: expected value at line 1 column 1to [GH-ISSUE #308] error decoding response body: expected value at line 1 column 1