I experiencing some kind of missconfiguration with images - there is no way to get /print URL in output html (on backend is fine):
We´ve tried many ways, but no way:
{% for image in entry.imagenDestacadaNoticia %}
<img src="{{ image.getUrl() }}" alt="{{ image.title }}">
{% endfor %}
Where could be the problem to look into?
