sst / ion

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

Remix Deploy Regression #386

Closed tallowen closed 1 month ago

tallowen commented 1 month ago

It looks like the remix adapter regressed and is no longer deploying properly.

Steps:

Result:

Expected:

Note: This has previously worked for me. In previous issues around dev mode, I have been able to deploy the remix example site without issue.

mckamyk commented 1 month ago

This is manually work-around able by going to the Lambda settings and changing Invoke Mode to RESPONSE_STREAM

Server Lambda -> Configuration -> Function URL -> Edit -> Invoke Mode = RESPONSE_STREAM

thdxr commented 1 month ago

fixed in v0.0.354