Replies: 3 comments 2 replies
-
You probably haven't set the correct details for the app e.g. the Try changing this line: to: - }).then((response) => response.json());
+ }).then((response) => response.json()).then((data) => {console.log(data); return data;}); and check your logs to see GitHub's response. |
Beta Was this translation helpful? Give feedback.
-
When i start the server, these messages are printed on the console. Let me know if i have to check elsewhere for the logs. Here's the env file. The App ID, Client ID, and Secret seems to be correct. App settings: Syed |
Beta Was this translation helpful? Give feedback.
-
@laymonage I am now using github.com. https://github.com/syeda-git/webhelp-sandbox I have hosted the Giscuss app internally on a VM. When i add syeda-git/webhelp-sandbox in the repository field, it shows "Cannot use giscus on this repository. Make sure all of the above criteria has been met." When i add the same repo on giscuss.app, it's able to connect. Does this mean that my hosted Giscuss is unable to connect to github.com? I can access github.com from the VM. Syed |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have installed giscus on the repository, but the giscus app shows that it's not installed on the repository. Here's the error:
Here's the snapshot of the installed app on the repo.
Select Repo
Syed
Beta Was this translation helpful? Give feedback.
All reactions