Ben Cousins

Results 1 comments of Ben Cousins

> Here's the problematic [code](https://github.com/calcom/cal.com/blob/b3c822abf750f91a5312f13e7642acb33fc82542/packages/lib/server/i18n.ts#L21): > > ``` > try { > const res = await fetch(`${WEBAPP_URL}/static/locales/en/common.json`, { > cache: process.env.NODE_ENV === "production" ? "force-cache" : "no-store", > }); >...