Describe the bug
When sharing a /login link (with username & password auth) of a deployed Chainlit webapp, the URL preview (using the og:image property) points to an image on S3 that isn't the real Chainlit banner.
<meta property="og:image" content="https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png">
The preview image that renders (at least in Slack):

To Reproduce
Steps to reproduce the behavior:
- Go to
/login of a deployed Chainlit app
- Click on the Source tab of the browser inspect tool
- Scroll down to login
- Look at the url of the
<meta property="og:image"> tag
Expected behavior
A Chainlit banner/logo appears, not this image.
Screenshots
Desktop (please complete the following information):
- OS: MacOS
- Browser N/A
- Version N/A
Additional context
Add any other context about the problem here.
Describe the bug
When sharing a
/loginlink (with username & password auth) of a deployed Chainlit webapp, the URL preview (using theog:imageproperty) points to an image on S3 that isn't the real Chainlit banner.The preview image that renders (at least in Slack):

To Reproduce
Steps to reproduce the behavior:
/loginof a deployed Chainlit app<meta property="og:image">tagExpected behavior
A Chainlit banner/logo appears, not this image.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.