The current metadata is generated by looking at the route to the server itself, which results in localhost and images being unreachable. One solution to this would be manually defining a BASE_URL environment variable containing for example https://cal.olillin.com. This could also be used as the base for the picker URLs
<meta property="og:image" content="http://localhost:3000/media.png" />
<meta name="twitter:image" content="http://localhost:3000/media.png" />
The current metadata is generated by looking at the route to the server itself, which results in localhost and images being unreachable. One solution to this would be manually defining a
BASE_URLenvironment variable containing for examplehttps://cal.olillin.com. This could also be used as the base for the picker URLs