You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Mokto! I ran into a similar issue, but it turned out to be the deployment platform. Can you share some details about your current env/deployment setup?
From the SvelteKit docs:
On platforms that do not support streaming, such as AWS Lambda or Firebase, responses will be buffered. This means the page will only render once all promises resolve. If you are using a proxy (e.g. NGINX), make sure it does not buffer responses from the proxied server.
When trying to use streaming with Bun (https://kit.svelte.dev/docs/load#streaming-with-promises), the page waits for the whole data to load. It doesn't stream promises.
Thanks.
The text was updated successfully, but these errors were encountered: