Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.11 KB

File metadata and controls

28 lines (19 loc) · 1.11 KB
title An invalid Action query string was passed by a form.
i18nReady true
githubURL https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts

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

:::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: