transfer.sh
transfer.sh copied to clipboard
Footer links don't work
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.
@stefanbenten can you check this?
The only broken link I could find on two Chrome based browsers was the "Contact Us"
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:XXX as app target. Tools like Metamask would do that. I never touched that part of the code, but might be good to do @aspacca ?
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.

@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
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.
If you still need the info:
Chrome: Version 89.0.4389.114 (Official Build) (x86_64)
macOS Mojave: 10.14.6 (18G8022)
@dmitrizzle tested same chrome build on macOS Catalina 10.15.7, all the links work
(btw, Founded in Holland is 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
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 :)