You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to enable discussions for a blog, I opened the discussion but it gives a prompt of
An error occurred: giscus is not installed on this repository
How can I get this feature of the page to work.
I have gotten the js code through https://giscus.app/, how do I make it work? Where exactly do I add it? I'm sorry for the inconvenience.
The text was updated successfully, but these errors were encountered:
As seen in .env.example, set the following environment variables corresponding to the above fields
e.g.
NEXT_PUBLIC_GISCUS_REPO=timlrx/tailwind-nextjs-starter-blog
NEXT_PUBLIC_GISCUS_REPOSITORY_ID=ABCDEDFG
NEXT_PUBLIC_GISCUS_CATEGORY=Announcements
NEXT_PUBLIC_GISCUS_CATEGORY_ID=QWERTYYUIOP
Hi I am having an issue enabling giscus comments. I followed the instructions at giscus.app, set the ENV vars in vercel, and nothing renders after loading comments.
Do I have to place the giscus script in app/layout or layouts?
Does the template automatically handle the login with github functionality or should I handle that separately by creating a login in with Github oauth config?
How to enable discussions for a blog, I opened the discussion but it gives a prompt of
An error occurred: giscus is not installed on this repository
How can I get this feature of the page to work.
I have gotten the js code through https://giscus.app/, how do I make it work? Where exactly do I add it? I'm sorry for the inconvenience.
The text was updated successfully, but these errors were encountered: