Closed lumenwrites closed 7 years ago
Oh, my mistake, I should've used
gunicorn -b localhost:8080 -w 4 --preload isso.dispatch
instead of
gunicorn -b localhost:8080 -w 4 --preload isso.run
Now I'm not getting the warning and script embed.dev.js seems to load correctly, but I'm still getting the Cross-Origin Request Blocked.
Can you help me figure out what can be wrong here?
You can check if the CORS headers in the browser's network console match your specified site in your configuration(s). If that is not the cause, it is due to a wrong configuration.
E.g. if you want Isso to run for example.org on host isso.example.org, you have to put *example.org into the host section.
No update for 2 years. I suppose it's OK to close.
Hi! I am trying to setup isso on 2 domains. I am using gunicorn.
When I am using only one config, such as:
everything works correctly, but when I'm trying to enable 2 configs:
I get an warning:
And comments don't work, giving me this error:
Can you help me out? Am I doing something wrong?