URL of destroyed Sprite still serving content

I destroyed this sprite but the URL still serves up content (maybe from another users sprite?).

https://amadeus-zonewise-bl4hs.sprites.app/

Hi… I get the expected 404 at that URL:

$ curl -i 'https://amadeus-zonewise-bl4hs.sprites.app/'
HTTP/2 404 
date: Wed, 21 Jan 2026 00:20:43 GMT
content-length: 13965
vary: accept-encoding
content-type: text/html; charset=utf-8
cache-control: max-age=0, private, must-revalidate
server: Fly/e2aa94fbe (2026-01-20)
via: 2 fly.io, 2 fly.io
fly-request-id: 01KFEYSMZ0R1VNCTEZN5VWJBMP-ewr

<!DOCTYPE html>
<html lang="en" class="[scrollbar-gutter:stable] bg-black">

At a glance, it looks mildly elaborate for a 404 Not Found page, but that’s probably all it is…

Yep, that’s the case. Not user content, just a slightly elaborate, slightly broken 404 page for Sprites.

We’ll get that fixed up! @mberg thanks for the heads up

4 Likes

Thanks @mayailurus and @Sam-Fly !

1 Like

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