dragonfly
dragonfly copied to clipboard
The problem with reference to the images
I successfully add files. They are written to the server. They appear in the database.
In the template I write this line:
<%= @user.photo.url %>
And the picture does not appear. The error "500 Internal Server Error".
<img src="http://site.com/media/W1siZiIsIjIwMTYvMDEvMjkvODMycW0zbnRsYl90ZXN0MS5qcGciXV0/test1.jpg?sha=6914345bb50b9c40" alt="Test1">
What is the problem?
@afuno Did You found the problem? I have similar problem.