A form handle is required on Form tags error while caching #7621
Unanswered
pascallieverse
asked this question in
Troubleshooting
Replies: 1 comment 3 replies
-
You need to fix the syntax for the {{ form:create
:in="form"
id="form-{form}"
csrf="false"
x-ref="form"
@submit.prevent="sendForm()"
js="alpine:dynamic_form"
}} Does that help at all? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we are experiencing issues that sometimes after deploying and refreshing the static and stache cache some pages with forms give a 500 error with the following message, meanwhile other pages with forms are working normally.
A form handle is required on Form tags. Please refer to the docs for more information.
The stache watcher is turned off and the caching strategy is tried on half and full, the forms are loaded with a nocache as seen in the example below, but the error keeps coming back on different pages sometimes and are gone after refreshing the cache.
Anyone got an idea how to fix this problem from coming back?
Beta Was this translation helpful? Give feedback.
All reactions