Giscus no load comment in production site #495
-
I have one question, on my local project i can publish and load comments on blog posts, but on production site hosted on Vercel i can publish comments but they are not loading... Give-me that error on console: [giscus] Discussion not found. A new discussion will be created if a comment/reaction is submitted. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is not an error but a warning. It means that there are still no comments on your post. Once a user comments on your post, a discussion will be created on your repository: for example -- duartecancela/nextjs-digitaldeveloper#16 when you comment on this post. For the comments not loading in production, have you added your Useful links -- https://vercel.com/docs/concepts/projects/environment-variables Hope this helps! |
Beta Was this translation helpful? Give feedback.
This is not an error but a warning. It means that there are still no comments on your post. Once a user comments on your post, a discussion will be created on your repository:
for example -- duartecancela/nextjs-digitaldeveloper#16 when you comment on this post.
For the comments not loading in production, have you added your
env
variables to vercel?Useful links -- https://vercel.com/docs/concepts/projects/environment-variables
Hope this helps!