Ben Croker
Ben Croker
Get to the bottom of that and you should be able to solve it!
Thanks @aelvan, so we're back to square one, that the plugin should ideally return the result as part of the redirect, as is the convention with Craft controllers. ```php return...
I think you're right @aelvan! What even is the issue @cole007? Is this check provided in https://github.com/putyourlightson/craft-sprig-core/issues/5#issuecomment-1012157446 not sufficient? ```twig {% if success is defined and success %} Subscribed successfully!...
Yes, given how the plugin controller works, that is the expected behaviour.
`~` is shorthand for your home directory, so I would expect `~/Sites/MySite/deploy` and `/Users/myuser/Sites/MySite/deploy` to both work.
> I'm running this locally with ddev. Do I need to account for the container? Probably. The best way to set the path might be via an alias, so set...
Blitz should clear the cache in that case. Please update to the latest version to ensure that this has not already been resolved.
There is, with the `refreshCacheJobPriority` config setting. https://github.com/putyourlightson/craft-blitz/blob/fe9da1b97363c1d713da2a347bbe70529feddcad/src/config.php#L198-L199 Can you run a test with a simple template that lists a few entries, by creating a new entry and checking if...
Can you show me your simplified template code that you are testing with, as well as the plugin settings stored in `config/project/project.yaml`? Also the plugin version that you're running.
Blitz is currently at version 3.12.5, you said you updated but you're still running 3.8.0. Can you please test again after updating?