Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Une chaîne de requête d'action invalide a été transmise par un formulaire.
i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

> **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.

## Qu'est-ce qui a mal tourné ?
Le serveur a reçu la chaîne de requête `?_astroAction=name`, mais n'a pas trouvé d'action portant ce nom. Utilisez la propriété `.queryString` de la fonction action pour récupérer l'URL du formulaire `action`.

**Voir aussi :**
- [Actions RFC](https://github.com/withastro/roadmap/blob/actions/proposals/0046-actions.md)