Hi everyone,
With our application hosted on shinyapps.io we continuously encounter the problem that arbitrary components of the page look weird - a look into the browser network tools shows that some CSS/JS components return 503 or 404 (or other) errors.
This problem is often solved by a reload of the page, but it still happens almost every time when starting a new session (e.g. after deleting browser data or using different/anonymous browsers).
Has anyone experienced similar issues and knows any reason or fix for this? Could this be related to using starlette and mounting/routing different different shiny applications together?