I have an Astro 2.1.7 project deployed to CloudFlare Pages with SSR enabled. This seems to be working just fine. For a CMS I'm using Storyblok hence the SSR in the deployment so my content editor can see their changes update every time they hit "save". However, as they edit content, hitting save a number of times and switching pages in the visual editor in Storyblok, they eventually get an error.
CloudFlare reports "Error 1101" which is a 500 error from the web worker that's doing the SSR. When I investigated the logs, it said "The script will never generate a response".
Based on my research, this can happen when a promise isn't fully resolved in the function. Could this be an issue with Storyblok not responding quickly enough in an API request? The web worker CPU limit is just 10ms https://developers.cloudflare.com/workers/platform/limits/#worker-limits