-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from VincentTam/smapich
README update due to feedback in #9
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15982b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VincentTam , did you have any luck with the 500 error issue eduardoboucas/staticman#243 (comment)?
15982b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@onweru From my experience, a 500 error with simply
{sucess: false}
is usually due to incorrect reCAPTCHA settings. In the reCAPTCHA section ofstaticman.yml
, ifenabled: false
butsiteKey
andsecret
are either null or non-empty string, such error would occur. See my experiement in daattali/beautiful-jekyll#514 (comment) for an example.15982b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VincentTam, thank you. I will follow the thread and let you know how it goes.
15982b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another possibility is that the
secret
in the YML file doesn't correspond to thersaPrivateKey
API parameter of the Staticman instance.