react-cors-spa
react-cors-spa copied to clipboard
fix: add missing ResponsePagePath for ErrorCode 501 configuration
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.