terraform-aws-next-js: 500 - Internal Server Error Code: PROXY_MISSING_CONFIG
Issue: I get the error 500 - Internal Server Error Code: PROXY_MISSING_CONFIG
when going to the output cloudfront_domain_name
url
Versions: v1.0.0-canary.5, v0.12.2
Example: complete
This is following the steps in the readme exactly, I do see the readme says version 1 isn’t supported yet in the example. So I tried 0.12.2 but that still failed. Any ideas? I’d love to use this project and would even contribute the fixes if pointed in the right direction thanks!
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 2
- Comments: 19 (1 by maintainers)
Hi, mixing the CLI version (
v1.0.0-canary.5
) and the Terraform module version (v0.12.2
) will not work since the upcomingv1.0.0
release is incompatible with previous versions of this module.I recommend to use the Atomic Deployments Example when you want to try the latest features (It is based on the complete example, but requires a custom domain).
Otherwise I recommend to use the previous release (
v0.13.x
) until we updated the other examples. You can find the examples of the previous release in the branchv0.x
: https://github.com/milliHQ/terraform-aws-next-js/tree/v0.x/examples