I am trying the theme DoIt. One of it features is Valine, a free commenting and this is what I am struggling with today.
After configuring hugo.toml
with the appID and appKey, the comment box does appear at the bottom of each post. The Markdown review function works quite nicely. However, it doesn’t let me submit any comment.
The error messages from the browser consoles are:
Failed to load resource: net::ERR_NAME_NOT_RESOLVED us.leancloud.cn/1.1/classes/Comment:1
And here is my GitHub report GitHub - 0ldcamel502/doit: Using Hugo with DoIt theme
Thanks in advance for your help.