Skip to content
/ docs Public
forked from withastro/docs

Commit

Permalink
i18n(fr): Add `reference/errors/action-query-string-invalid-error.mdx…
Browse files Browse the repository at this point in the history
…` from withastro#8967

Signed-off-by: Thomas Bonnet <thomasbnt@protonmail.com>
  • Loading branch information
thomasbnt committed Aug 1, 2024
1 parent 7cddce0 commit 471bb66
Showing 1 changed file with 15 additions and 0 deletions.
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)


0 comments on commit 471bb66

Please sign in to comment.