ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
465 stars 38 forks source link

Default avatar in account.json.example is an invalid url #52

Closed benbrown closed 1 year ago

benbrown commented 1 year ago

It is set to this: https://cdn.glitch.global/8eaf209c-2fa9-4353-9b99-e8d8f3a5f8d4/postmarks-logo-white-small.png?v=1693610556689

Doesn't seem valid.

ckolderup commented 1 year ago

hmm, I wonder if you're being blocked somehow? I just checked and the image loads fine for me. We've had some weird issues where ISPs block the Glitch CDN but it's usually been in Europe.

benbrown commented 1 year ago

Huh! Weird, maybe my ad blocker is blocking it.

ckolderup commented 1 year ago

Gonna go ahead and close this since I haven't seen any other reports and I assume it has to do with the handful of upstream things I've heard about cdn.glitch.global URLs. I could also theoretically refer to the image in the statically-served public directory, but I want to limit the number of requests in the container when it's being hosted on Glitch (and I'd like people to use their own avatar anyway!)