Problem when uploading Image to Post [Solved]

When I try to upload an Image to a post it uploads like this:
Screenshot%20from%202019-01-21%2016-06-12

I tried different sizes and still the same… They all have 750 permissions and www-data.

Thanks for your time!

What is the returned/uploaded image path?

Sorry, Im new to Ghost, where can I see that path?

Two things which might be useful:

  1. right click on the broken image and copy the image path
  2. look at server log ghost log -f on upload/download image and share output

Okey, well the img is taking me to:

http://localhost:2368/content/images/2019/01/basic_logo-6.jpg

It should be:
https://blog.srpeter.com/content/images/2019/01/basic_logo-6.jpg

1 Like

Have you configured your blog url in your blog config?
config.production.json

That was the problem!

Thanks for your time :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.