tailwind-nextjs-starter-blog
tailwind-nextjs-starter-blog copied to clipboard
Gisus comment is not working
Describe the bug
Gisus comment is not working.
To Reproduce Steps to reproduce the behavior:
- Go to https://tailwind-nextjs-starter-blog.vercel.app/blog/release-of-tailwind-nextjs-starter-blog-v2.0
- Click on 'Load Comments'
- See error
Uncaught (in promise) ReferenceError: exports is not defined
Expected behavior The Gisus comment componet loads up and user can comment.
Thanks, able to replicate, seems like the error was introduced over here: https://github.com/timlrx/tailwind-nextjs-starter-blog/pull/838
Verified that it fails on Next 14.1.0 but works on the previous version 14.0.4. Please downgrade if you are using giscus. Will check on this again when the next release is published and hopefully it will be resolved then.
Thanks, I have verified downgrading to Next 14.0.4 fixes the issue on my blog instance.
I have same issue when using the Next v14.1.0. It's working well when downgrade to v14.0.4
any update on this? i've posted this issue to the Gisqus repository https://github.com/giscus/giscus/issues/1322