Skip to content

Commit 9f64f90

Browse files
committed
Add troubleshooting section
1 parent 60b5afa commit 9f64f90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,12 @@ You can also sign into AWS and go to CloudFormation and manually remove things.
127127
3. Redirects (301/302 status codes)
128128
* if you use `<meta name="prerender-status-code" content="301">` to initiate a redirect, your CloudFront TTL must be zero, otherwise CloudFront will cache the body/response and return status code 200 with the body from the redirected path
129129
4. No support for query strings yet
130+
131+
## Troubleshooting
132+
133+
* Read through the console output from the `make deploy` command and look for errors
134+
* Check your user-agent if using botsOnly
135+
* Sometimes (rarely) you'll see an error message on the webpage itself.
136+
* Check the AWS logs (see section "Viewing AWS Logs in CloudWatch")
137+
* Check Prerender.cloud logs (see section "Viewing Prerender.cloud logs")
138+
* Sometimes (rarely) there's an actual problem with AWS Lambda and you [may just need to re-deploy](https://www.reddit.com/r/aws/comments/7gumv7/question_aws_lambda_nodejs610_environment_issue/)

0 commit comments

Comments
 (0)