An invalid Action query string was passed by a form.
This error is from an older version of Astro and is no longer in use. If you are unable to upgrade your project to a more recent version, then you can consult unmaintained snapshots of older documentation for assistance.
ActionQueryStringInvalidError: The server received the query string
?_astroAction=ACTION_NAME
, but could not find an action with that name. If you changed an action’s name in development, remove this query param from your URL and refresh.
What went wrong?
Section titled What went wrong?The server received the query string ?_astroAction=name
, but could not find an action with that name. Use the action function’s .queryString
property to retrieve the form action
URL.
See Also:
Error Reference