Appsilon / rhino

Build high quality, enterprise-grade Shiny apps at speed
https://appsilon.github.io/rhino
278 stars 24 forks source link

Rhino favicon remains despite deletion #563

Closed asadow closed 4 months ago

asadow commented 5 months ago

Steps to reproduce

  1. Delete favicon.ico
  2. rhino::app()
  3. Expand to browser if needed

Bug description

The rhino favicon remains after deletion.

Expected behavior

The rhino favicon should be removed or replaced.

Rhino diagnostics

No response

Comments

No response

kamilzyla commented 4 months ago

Thanks for reporting this @asadow! The behavior you have encountered is due to caching done by the browser and not specific to Rhino. To see the updated/deleted favicon, hard-refresh the page (Ctrl+Shift+R or Ctrl+F5).

There are ways to control caching which could prevent the issue, but I don't think the benefits would justify the added complexity. I'm going to close this one.