mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Footer links don't work #181
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 @dmitrizzle on GitHub.
Hey guys, I'm just passing on a found bug here. I don't use transfer.sh personally, but I received a file from someone who does and noticed that none of the footer links, incl. the donation button work on the file download page. Using latest Chrome on macOS.
@paolafrancesca commented on GitHub:
@dmitrizzle could you share Chrome build and macOS version? thanks
@stefanbenten https://github.com/dutchcoders/transfer.sh-web this is the repo for the frontend.
We could also remove some of the links (like the bitcoin donation etc). "Contact Us" should be probably rendered only if a param is passed to the binary, using a mailto:paramValue or similar
@paolafrancesca commented on GitHub:
@stefanbenten can you check this?
The only broken link I could find on two Chrome based browsers was the "Contact Us"
@dmitrizzle commented on GitHub:
Here's a GIF. I haven't looked in to it but it seems like a JS or HTML structure issue. These links work fine on homepage.

@stefanbenten commented on GitHub:
I just checked it myself on Windows and Ubuntu 20.04 with Chrome and both show the Donate link and the misconfigured blog link. The founded in Holland is just a photo, not an actual link @dmitrizzle .
@aspacca I'll see if i can update the respective pieces later today.
@stefanbenten commented on GitHub:
The Contact Us Button is definitely broken/not working as it redirects to an non existing page.
Besides that the donation button only seems to work when your browser recognizes
bitcoin:XXXas app target. Tools like Metamask would do that. I never touched that part of the code, but might be good to do @aspacca ?@dmitrizzle commented on GitHub:
If you still need the info:
Chrome:
Version 89.0.4389.114 (Official Build) (x86_64)macOS Mojave:
10.14.6 (18G8022)@paolafrancesca commented on GitHub:
oki, it's the download page, not the homepage. I missed it in the first place.
@stefanbenten I can reproduce the bug on the donwload page https://transfer.sh/zxXKM/hello.txt with a chrome based browser. the html seems fine
@dmitrizzle thanks, no need to collect any more data :)
@paolafrancesca commented on GitHub:
@dmitrizzle tested same chrome build on macOS Catalina
10.15.7, all the links work(btw,
Founded in Hollandis not a link :))could you ask your friend if there's any error in the network tab or in the console?
it might either something in the frontend that triggers on your friend specific setup, or something in your friend setup totally unrelated to the website