Add image not working

Issue #13 open
Former user created an issue

I click the icon to add an image. I enter the url (i've tried both external urls and urls from internal confluence images) and the image never appears when i click save.

Comments (9)

  1. boydo repo owner

    It seems the first image is served from a web server that doesn’t have a valid SSL certificate.

    You are right about the resizing of images, I will file a bug report with the maintainers of that library (unfortunately its not my code)

    In the meantime, the only suggestion I can offer is to host those images yourself somewhere at the right sizes 😞

  2. Stacy Zalesak

    I’ve tried storing the image on a shared google drive, in our confluence, and on a Jira ticket as attachment. I copy the image url but I get these blob errors (attached). Any idea for a work around?

  3. boydo repo owner

    @Stacy Zalesak For security my app runs in a sandboxed iframe and has no authentication credentials against Google, Jira, Confluence etc so will not be able to access the image from there. ie. It must be publicly accessible on the internet

    If it was me, I generally use this to quickly host static files publicly:
    https://support.atlassian.com/bitbucket-cloud/docs/publishing-a-website-on-bitbucket-cloud/

    I think github have something similar too:
    https://pages.github.com/

    Hope that helps!

  4. Log in to comment