giscus / giscus

A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:

Home Page:https://giscus.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

help: discussion is correcty created, but reading causes a 404

harrybin opened this issue · comments

Hi,
in my case the discussions are correctly created, e.g. when using the thumb up below a post.
But loading the post page again does not show it, the call to giscus causes a 404:
Site: https://harrybin.de/posts/joinmeatdotnetdayfranken2024/
Discussion: harrybin/harrybin.github.io#5
Error:

Request URL: https://giscus.app/api/discussions?repo=harrybin%2Fdev_blog&term=posts%2Fjoinmeatdotnetdayfranken2024%2F&category=General&number=0&strict=false&last=15
Request Method: GET
Status Code: 404 Not Found

Any idea what's the problem?

I have the same issue with my github page. I'm using gohugo with this theme https://themes.gohugo.io/themes/hugo-theme-tailwind/
And this is my configuration

  [params.giscus]
    enabled = true
    repo = "hntan/hntan.github.io"
    repoID = "167350460"
    category = "General"
    categoryID = "41801912"
    mapping = "pathname"
    strict = "0"
    reactionsEnabled = "1"
    emitMetadata = "0"
    inputPosition = "bottom"
    lang = "en"