react-cors-spa icon indicating copy to clipboard operation
react-cors-spa copied to clipboard

fix: add missing ResponsePagePath for ErrorCode 501 configuration

Open boy672820 opened this issue 4 months ago • 0 comments

Issue #19

Description of changes: In the configuration for ErrorCode: 501, the ResponseCode was specified but the ResponsePagePath was missing.

According to AWS CloudFront requirements, both ResponseCode and ResponsePagePath must either be specified together or omitted together. This mismatch caused deployment failures when using CloudFormation.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

boy672820 avatar Aug 17 '25 07:08 boy672820