minimal-mistakes: Staticman v2 doesn't appear on pages

Description

I wanted to add staticman comment section on my website, but after all of the time configuring it I still can’t get it working.

Environment


Expected behavior

Staticman comment section should appear on pages that have comments enabled (ie. comments: true).

Steps to reproduce the behavior

  • I added staticmanapp as a collaborator on the site repo (and received OK message on https://api.staticman.net/v2/connect/megascrapper/megascrapper.github.io)
  • I left the staticman.yml file mostly on default, except for the reCaptcha stuff which is disabled in the meantime.
  • before submitting this issue I also updated the theme to make sure that wasn’t the problem.

Even after all of that, the staticman form still wouldn’t appear, and I have confirmed that comments have been enabled. So is there anything that I left behind or did I screwed up something?

Example page: https://megascrapper.github.io/test/

also, https://api.staticman.net/v2/entry/megascrapper/megascrapper.github.io/master says this:

Cannot GET /v2/entry/megascrapper/megascrapper.github.io/master

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (6 by maintainers)

Most upvoted comments

Hi @mmistakes , Well, I finally managed to get staticman working. Apparently, it only works with posts and not pages. Thanks for the help anyway.

@megascrapper But your reCaptcha not disabled in the page, _config.yml also need to correct you can refer to my activation steps Enable Staticman Comments System

And hitting the API link directly will give that error. Trying that with the MM demo site does the same error.