Image broken when I upload it onto assets


It was ok before, but now it’s just a blank image. thanks.

it could be your internet, or that glitch is slow. Try reloading. If it didn’t help try switching to a stronger network.

I think that a adblock or something else is blocking glitch.global. That happens to me, too

could you check if changing the domain in the asset URL from cdn.glitch.global to cdn.glitch.me works any better?

Yes!!! We need to build a bookmarklet for it
Edit: I have tried the bookmarklet below, and it works, but it disables navigation:

var body = document.getElementsByTagName("body")[0];
body.innerHTML = body.innerHTML.replaceAll(`<img src="https://cdn.glitch.global/`, `<img src="https://cdn.glitch.me/`)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.