sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.09k stars 126 forks source link

SST Deployed Remix Redirects Timeout. #449

Open tallowen opened 1 month ago

tallowen commented 1 month ago

The following is the repository of all the steps below: https://github.com/tallowen/remix-redirect-issue

Steps to reproduce:

  1. npx create-remix@latest
  2. sst init
  3. Add a new routes with loaders in redirects minimal commit
  4. Verify that redirects work locally:

When deployed using express or another simple framework, redirects work properly. When deployed using sst ion, these redirects timeout the lambda that is processing them.

tallowen commented 1 month ago

To be explicit, the above repo can be deployed on:

Without the redirect error.

sammyjoyce commented 1 month ago

Yeah, there is already in issue - #395 I have a PR up - #427

tallowen commented 1 month ago

@jayair - feel free to close in favour of the other issue if that makes sense!