Skip to content

[Support] Integrating Isso into a django-powered site #1010

Closed Answered by ix5
ogurec-ogurec asked this question in Q&A
Discussion options

You must be logged in to vote

Without more information about your django setup, it will be hard to help you troubleshoot.

I personally have no experience with django, but here's what I can say so far about why what you're currently doing is definitely not working:

  1. From your config, it seems like you're running django on port 8000 and expect Isso to be available from a sub-path at localhost:8000/isso (i.e. on the same port 8000), yet I don't see you following the Sub-URI approach from the docs
  2. You have Isso expect itself to be listening on port 1234:
    listen = http://localhost:1234
    
  3. You've copied the embed script from a random GitHub repo that has not been updated since 2022 (https://github.com/redradishtech/isso/blob…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ogurec-ogurec
Comment options

You must be logged in to vote
5 replies
@ix5
Comment options

@ogurec-ogurec
Comment options

@ix5
Comment options

@ogurec-ogurec
Comment options

@ix5
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
support Someone asking for support -> Should be moved to GitHub Discussions
2 participants
Converted from issue

This discussion was converted from issue #1009 on April 18, 2024 16:33.