-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
localhost access to HashOver during the development of a website #301
Comments
How is it not working? Is it showing different comments or showing an error? You should be able to use an externally hosted HashOver in local development, yes. |
I use the static page generator Hugo in version 0.82. In the local environment, the HTML div tag with the ID hashover is simply not filled. No error message. In the Chrome browser the HTML code looks like this:
|
Sorry, didn't look properly. The following error output in the chrome browser:
|
Hello,
Thank you for making HashOver available as open source. I installed HashOver on a subdomain - comments.my-domain.de including MySQL access. HashOver is accessed via - my-domain.de. This works well in live operation, but not in local development. Is there a way to access the externally installed HashOver during local development?
Access from my-domain.de to HashOver looks like this:
<div
id="hashover"></div>
<script
type="text/javascript" src="https://comments.my-domain.de/hashover/comments.php"></script>`The settings.json has the following content, among others:
{ "allowed-domains": ["my-domain.de","localhost:1313"], "supports-multisites": true, "local-metadata": true, ... }
Best regards
Frank
The text was updated successfully, but these errors were encountered: