remix-starter-serverless icon indicating copy to clipboard operation
remix-starter-serverless copied to clipboard

Fix the Host header limitation

Open candidia opened this issue 3 years ago • 1 comments

It seems like serverless-lift has a solution to forward the Host header https://github.com/getlift/lift/blob/master/src/constructs/aws/ServerSideWebsite.ts#L448

Perhaps using that plugin directly in your template could help or drawing from their source.

candidia avatar Dec 31 '22 04:12 candidia

This is a good solution to the double-deploy problem. I'll consider it when I eventually update this template for later remix versions.

shamsup avatar Jan 05 '23 00:01 shamsup