Back to Withastro

An invalid Action query string was passed by a form.

src/content/docs/en/reference/errors/actions-used-with-for-get-error.mdx

latest624 B
Original Source

import DontEditWarning from '~/components/DontEditWarning.astro'

<DontEditWarning />

:::caution[Deprecated] Deprecated since version 4.13.2. :::

ActionsUsedWithForGetError: Action ACTION_NAME was called from a form using a GET request, but only POST requests are supported. This often occurs if method="POST" is missing on the form.

What went wrong?

Action was called from a form using a GET request, but only POST requests are supported. This often occurs if method="POST" is missing on the form.

See Also: