You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the open issues, but my issue has not already been reported
What is not working?
EDIT: I've figured out what the problem is! Even though I've solved it, I've modified the issue title to indicate that this is (I believe) something that should be more clearly documented and explained. See my followup comment below this post.
For local development, I've also added an alias in /etc/hosts on the host machine for blog.domain.tld that points to 127.0.0.1 and have added a similar entry to the docker container via extra_hosts.
The text was updated successfully, but these errors were encountered:
taoeffect
changed the title
Isso doesn't work with Sub-URI multi-site / multiple website setup
[Documentation] Isso doesn't work with Sub-URI multi-site / multiple website setup
Sep 9, 2022
Something that's not mentioned in the Sub-URI section is that in order for that to work you MUST modify the data-isso attribute on the included script to pass in /isso like so:
The original documentation said it should be data-isso="//comments.example.tld/", and there was nothing saying to change it to /isso in the multi-site docs, so I didn't even think to look there. I just happened to stumble upon this setting while looking at the client configuration docs.
Thank you for reporting and great that you managed to figure it out yourself.
Would you mind submitting a PR to the docs that helps others avoid your issue?
ix5
changed the title
[Documentation] Isso doesn't work with Sub-URI multi-site / multiple website setup
docs: data-isso param for sub-uri setup (was: 'Isso doesn't work with Sub-URI multi-site / multiple website setup')
Sep 10, 2022
Checklist
master
branch does not fix my issueWhat is not working?
EDIT: I've figured out what the problem is! Even though I've solved it, I've modified the issue title to indicate that this is (I believe) something that should be more clearly documented and explained. See my followup comment below this post.
According to this documentation it is possible to setup ISSO so that everything gets routed through a
/isso/
path: https://isso-comments.de/docs/reference/multi-site-sub-uri/#sub-uriThis doesn't work.
ISSO will still make multiple requests to the root domain that do not follow this path, and the documentation isn't clear on how to fix this.
For example, ISSO will try to connect to
/?uri=...
,/new?uri=...
,/config
,/css/isso.css
, and possibly other paths.This makes it impossible to run ISSO on the same website as the blog.
How can one reproduce this issue?
My nginx setup looks something like this:
My
isso.cfg
looks something like this:My
docker-compose.yml
has a service that looks something like this:For local development, I've also added an alias in
/etc/hosts
on the host machine forblog.domain.tld
that points to127.0.0.1
and have added a similar entry to the docker container viaextra_hosts
.The text was updated successfully, but these errors were encountered: