Skip to content

i18n(es): translate action-called-from-server-error.mdx #11415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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: Acción llamada de forma inesperada desde el servidor.
i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

> **ActionCalledFromServerError**: Acción llamada desde una página de servidor o un endpoint sin usar `Astro.callAction()`. Este envoltorio debe usarse para llamar a acciones desde el código del servidor.

## ¿Qué salió mal?

Acción llamada desde una página de servidor o un endpoint sin usar `Astro.callAction()`.

**Ver también:**

- [Referencia de `Astro.callAction()`](/es/reference/api-reference/#callaction)

Check failure on line 15 in src/content/docs/es/reference/errors/action-called-from-server-error.mdx

View workflow job for this annotation

GitHub Actions / Check Links

Broken fragment link in src/content/docs/es/reference/errors/action-called-from-server-error.mdx, line 15: The linked page does not contain a fragment with the name "#callaction". Available fragments: #theme-icons, #gradient, #starlight__sidebar, #__tab-inicio, #__tab-guías-y-recetas, #__tab-referencia, #__tab-integraciones, #__tab-servicios-de-terceros, #starlight__mobile-toc, #starlight__on-this-page--mobile, #starlight__on-this-page, #learn-astro-course-2, #_top, #astro-global, #astroglob, #archivos-markdown, #archivos-astro, #otros-archivos, #astroprops, #astroparams, #astrorequest, #astroresponse, #astrocookies, #has, #set, #delete, #headers, #astrocookie, #value, #json, #number, #boolean, #cookiegetoptions, #decode, #cookiesetoptions, #domain, #expires, #httponly, #maxage, #path, #samesite, #secure, #encode, #astroredirect, #astrocanonicalurl, #astrourl, #astroclientaddress, #astrosite, #astrogenerator, #astroslots, #astroslotshas, #astroslotsrender, #astroself, #astrolocals, #astropreferredlocale, #astropreferredlocalelist, #astrocurrentlocale, #contexto-del-endpoint, #contextlocals, #contextparams, #contextprops, #contextrequest, #contextcookies, #contexturl, #contextclientaddress, #contextsite, #contextgenerator, #contextredirect, #getstaticpaths, #params, #transferencia-de-datos-con-props, #paginate, #la-prop-de-paginación-page, #pagedata, #pagestart, #pageend, #pagesize, #pagetotal, #pagecurrentpage, #pagelastpage, #pageurlcurrent, #pageurlprev, #pageurlnext, #importmeta, #imágenes-astroassets, #getimage, #colecciones-de-contenido-astrocontent, #definecollection, #type, #schema, #reference, #getcollection, #getentry, #getentries, #getentrybyslug, #tipo-de-entrada-de-la-colección, #id, #collection, #data, #slug, #body, #render, #otros-tipos-de-colecciones-de-contenido, #collectionkey, #contentcollectionkey, #datacollectionkey, #schemacontext, #middleware-astromiddleware, #onrequest, #next, #sequence, #createcontext, #tryserializelocals, #internacionalización-astroi18n, #getrelativelocaleurl, #getabsolutelocaleurl, #getrelativelocaleurllist, #getabsolutelocaleurllist, #getpathbylocale, #getlocalebypath, #redirecttodefaultlocale, #redirecttofallback, #notfound, #middleware, #requesthaslocale, #componentes-incorporados, #code-, #fragment-, #prism-, #tab-735, #tab-736, #tab-737, #tab-panel-735, #tab-panel-736, #tab-panel-737, #image-, #propiedades, #picture-, #propiedades-1, #formats, #fallbackformat, #pictureattributes, #content-, #viewtransitions-, #debug-, #docsearch-lvl0, #learn-astro-course-1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debes poner la referencia de página (#) que esté en producción. Ya que de momento esa página de api-reference no está actualizada.

Loading