-
Notifications
You must be signed in to change notification settings - Fork 439
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
embed.min.js - loading failed #656
Comments
I think I have fixed it, by upgrading isso to the master branch directly from github. So probably something broken when installing from latest release... |
I get this too if I install directly from git (e.g. I'm guessing that when the maintainer built the official 0.12.2 distro in pypy, they did it with:
When
The result is unusable, because the critical I think a first step towards fixing this would be to automatically invoke The problem then is that In my fork (https://github.com/redradishtech/isso) I've just committed the files fetched and generated by |
I thought of isso's build problem when reading https://snarky.ca/what-the-heck-is-pyproject-toml/ "the purpose of PEP 518 was to come up with a way for projects to specify what build tools they required" <-- Yep, isso needs npm and bower. |
Thanks @jefft for providing the But I've just spent about an hour trying to work out why Isso, which had been running smoothly for a couple of years on my server, was suddenly dead and resisting all efforts to coax it back to life again --even after uninstalling and re-installing pipenv and isso. How the heck has this issue been allowed to persist since June without any fix or even a mention of it at all in the official documentation? Are users really supposed to dig through multiple arcane Github issues to try and find why Isso suddenly doesn't work any more? |
@madranet How are you installing isso? Installing from git using pip has never worked AFAIK. |
Installing from pip always worked for me before. In fact I wrote a learned treatise on it [ahem!], a while back: This time, I've had to resort to installing with |
@madranet Yes, from pip directly would have worked - from git using pip has never worked - as you point out, due to the fact that the javascript doesn't get built in that case. |
To summarize, @curiousdungbeetle tried installing the isso package directly from a git clone (i.e. This type of installation is not supported or officially documented anywhere and was a workaround to a broken isso package in pypi recommended by well-meaning individuals in the comments of this bug tracker who were ultimately causing more harm than good. @curiousdungbeetle would you mind closing this then? |
Hello,
I'm trying to set up isso for a Ghost blog on a Ubuntu 18.04 server on DigitalOcean, with nginx and isso installed with pip. My blog is on https://mydomain.tld and isso on https://isso.mydomain.tld. My issue is that I get
Loading failed for the <script> with source “https://isso.mydomain.tld/js/embed.min.js”
in the console. However I can access the admin page OK!Running
isso -c /config/isso.conf run
seems all good.Here is my isso.conf:
Here is the nginx conf file for isso.mydomain.tld.conf:
and the nginx conf file for isso.mydomain.tld-ssl.conf:
And here is the client JS, for a Ghost blog:
Thanks for any support!
CDB
The text was updated successfully, but these errors were encountered: