Hakjoon Sim
Hakjoon Sim
> Don't agree with return `header.origin` when exist, else return `protocol + host`, For `header.origin` is mostly used for CORS. I think should return `header.origin`directly. I agree. origin just should...
Hi @ckerr, I removed the `transmission-app.js` changes. Thanks!
I can confirm this issue. I tried to upgrade CRA 4.0.0 and images are not loaded.
I had the same issue with manifest.ts, and solved with `export const dynamic = 'force-static'` too. But I've found this still occurs while dev mode, `next dev --turbopack`, however if...