-
-
Notifications
You must be signed in to change notification settings - Fork 605
Open
Description
Bug description
Hi,
I am having issues getting forms to work, when using STATAMIC_STATIC_CACHING_STRATEGY=full
Here is a repo showing the issue in a fresh statamic installation: https://github.com/lauritsen/statamic-forms-test
Not sure if I am missing something.
Copied the form template from the docs and wrapped it with nocache.
Seems similar #7628
How to reproduce
- Create new statamic application
- Create a form in the control panel
- Add the form to a page and wrap it with
nocache - Test the form with
STATAMIC_STATIC_CACHING_STRATEGY=none- It shows the success message
- Test the form with with
STATAMIC_STATIC_CACHING_STRATEGY=full- It doesn't show the success message
Logs
Environment
Environment
Application Name: Statamic
Laravel Version: 12.25.0
PHP Version: 8.4.11
Composer Version: 2.8.10
Environment: local
Debug Mode: ENABLED
URL: statamic-forms-test.test
Maintenance Mode: OFF
Timezone: UTC
Locale: en
Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED
Drivers
Broadcasting: log
Cache: file
Database: sqlite
Logs: stack / single
Mail: log
Queue: sync
Session: file
Storage
C:\Users\hela\repos\statamic-forms-test\public\storage: NOT LINKED
Statamic
Addons: 0
Sites: 1
Stache Watcher: Enabled (auto)
Static Caching: full
Version: 5.63.0 SoloInstallation
Fresh statamic/statamic site via CLI
Additional details
No response