Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
harrybin opened this issue Apr 10, 2024 · 1 comment
Open

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

harrybin opened this issue Apr 10, 2024 · 1 comment

Comments

@harrybin
Copy link

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?

@hntan
Copy link

hntan commented May 19, 2024

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants