$config['env'] = 'dev';
It's prod mode,If you are developing locally, to see your changes made in Twig instantly, then you should enable in config.local.php the development mode.
Code:$config['env'] = 'dev';
On the live server, other side you should keep the variable as "prod" as it makes the page faster. Then the only way to refresh the changes is to clear cache in Admin Panel.
doesn't work, still not instantly updating it. Tried clearing in all waysDid you try with disable cache in web browser?
View attachment 56825
You need to refresh the page after selecting the option.
Yeah, using full SSL connection.Are you using cloudflare for the website?
Did you try what slaw suggested?
Are you sure you put the image in the correct folder? in the template folder if you call it from the template folder or the image folder in root if you call it from there?