Hi everyone,

I am using Mezzanine 4.2.0 and for some reasons, the thumbnail feature 
doesn't work when deploy in production (it works when I run locally 
127.0.0.1:8000).

Local on 127.0.0.1:8000 (you can see the url got generated directly to 
*.thumbnails/nhansolo2.jpg/nhansolo2-100x100.jpg)*

<div class="media-right media-top" style="border-right: 1px dashed 
#CCCCCC;padding-right:10px;margin-bottom:5px;margin-right:10px;float:left;">
*<img class="media-object" 
src="https://nhanpersonalweb.s3.amazonaws.com/media/uploads/featureImages/.thumbnails/nhansolo2.jpg/nhansolo2-100x100.jpg";>*
</div>

Production server: (it doesn't go to the thumbnail folder)
<div class="media-right media-top" style="border-right: 1px dashed 
#CCCCCC;padding-right:10px;margin-bottom:5px;margin-right:10px;float:left;">
*<img class="media-object" 
src="https://nhanpersonalweb.s3.amazonaws.com/media/uploads/featureImages/nhansolo2.jpg";>*
</div>

Do you think I'm missing some requirements or configuration?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to