Syncing works, but Image are not loaded

Can you see the images when you manually add upload them into the web-UI using the “Upload: File” command?

If that works, then the problem is likely Cloudflare cacheing static content.
Try these steps:

1. In the Cloudflare dashboard (one time setup)

  1. Go to your domain
  2. On the left bar => Cacheing => Cache rules => Create a cache rule
  3. Call it whatever, for example: “Bypass cache for SB”
  4. Create expression like below (NOTE: You need to separate them with OR). You can also add additional queries for /*.pdf, or other doc formats as needed
  5. Cache eligibility should be Bypass cache
  6. Save
  7. On the left bar => Cacheing => Configuration => Custom purge
    1. Purge by URL
    2. Add your domain like this https://silverbullet.domain.com/*
      Alternatively you could Purge everything

2. In your Silverbullet webpage

  1. Delete all site data, normally Ctrl+Shift+Delete does the trick
  2. You may also need to enter Developer-Settings in your browser and go to Applications => Clear site data.

    This is how it looks in Edge
  3. Force reload the webpage and see if the images are showing up.
1 Like