umami icon indicating copy to clipboard operation
umami copied to clipboard

Bug: Deleted Website details still visible when visiting URL directly

Open Yashh56 opened this issue 4 months ago • 0 comments

Describe the Bug

Description

After Deleting the Website from the dashboard and visiting its direct URL (e.g., /websites/aba939cd-8281-429b-8706-6774fd8fd06e) still displays the deleted website's details. The page should not show any website's data and ideally return a 404 or a "App not found" message.

Expected Behavior

  • The page should indicate the website is not found (404 or "Website deleted").
  • No stale data should be displayed.

Actual Behavior

  • The page still shows the deleted website's details.

Notes

  • Possibly a caching issue (frontend or backend).
  • May require invalidating cache or handling deleted app routes properly.

Database

Umami Cloud

Relevant log output

Screenshots

Image
Image

Which Umami version are you using? (if relevant)

No response

Which browser are you using? (if relevant)

Chrome/Brave

How are you deploying your application? (if relevant)

No response

Yashh56 avatar Dec 10 '25 04:12 Yashh56