Replies: 1 comment 6 replies
-
When you open the image directly in the browser, do you still have the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm just starting to experiment with Statamic, and saw that there was an earlier discussing with my problem that did not get resolved: #7550
PHP 8.2.24
Statamic 5.38.1
I'm using DDEV to locally host the page.
I've got some global assets fields with images. When I render them directly in my antlers template, they display just fine:
becomes:
In that case the image displays just fine. When I use Glide:
this gets rendered:
But no image is shown. When I open the image link directly in the browser, the following error is displayed:
Symfony \Component \HttpKernel \Exception\HttpException
Signature is missing.
Any idea what might be going wrong? I have just added content so far, and not customized any of the standard statamic settings.
Beta Was this translation helpful? Give feedback.
All reactions