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
Have you experienced this bug with the latest version of the template?
yes
Steps to Reproduce
I tried very hard to get remix' defer function working as expected - meaning promises shall not block page generation but are streamed to the client later.
However - using the grunge stack I was not able to make the most simple setup running. Instead I always see the server blocking the HTML response until the promise handed over to defer is resolved. Example page:
API gateway doesn't support streaming, and Architect doesn't provide a way to use Lambda through a medium that does support it, like Lambda Function URLs. If you want to use defer, you unfortunately are locked to a different deployment option than architect.
Have you experienced this bug with the latest version of the template?
yes
Steps to Reproduce
I tried very hard to get remix' defer function working as expected - meaning promises shall not block page generation but are streamed to the client later.
However - using the grunge stack I was not able to make the most simple setup running. Instead I always see the server blocking the HTML response until the promise handed over to defer is resolved. Example page:
Expected Behavior
The page should be rendered immediately - after the promise resolved the data should be streamed to the client.
Actual Behavior
Page generation always blocks for three seconds until promise is resolved. No streaming is happening.
The text was updated successfully, but these errors were encountered: