Not sure this is actually an Astro error, but would be great if someone could point me in the right direction of where to look to fix this.
I have a CMS in Strapi from which the site builds. Thereare a number of fetch requests and I occassionally get this error and build fails.
fetch failed Stack trace: at Object.fetch (node:internal/deps/undici/undici:11730:11) at async file:///C:/Users/asus/OneDrive/Desktop/projects/dist/chunks/prerender_CMmVebw3.mjs:5957:23 at async renderToAsyncIterable (file:///C:/Users/asus/OneDrive/Desktop/projects/node_modules/astro/dist/runtime/server/render/astro/render.js:115:26) at async Response.status (file:///C:/Users/asus/OneDrive/Desktop/projects/node_modules/astro/dist/core/render-context.js:80:25) at async RenderContext.render (file:///C:/Users/asus/OneDrive/Desktop/projects/node_modules/astro/dist/core/render-context.js:93:22) Caused by: other side closed at TLSSocket.onSocketEnd (node:internal/deps/undici/undici:8280:26) at endReadableNT (node:internal/streams/readable:1589:12)
It doesn't happen every time but it seems to be random. Is this a problem with Strapi?