-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update error reference docs (#8999)
Co-authored-by: sarah11918 <sarah11918@users.noreply.github.com>
- Loading branch information
1 parent
82b7283
commit 8cbc423
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/content/docs/en/reference/errors/action-called-from-server-error.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
# NOTE: This file is auto-generated from 'scripts/error-docgen.mjs' | ||
# Do not make edits to it directly, they will be overwritten. | ||
# Instead, change this file: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts | ||
# Translators, please remove this note and the <DontEditWarning/> component. | ||
|
||
title: Action unexpected called from the server. | ||
i18nReady: true | ||
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts | ||
--- | ||
import DontEditWarning from '~/components/DontEditWarning.astro' | ||
|
||
<DontEditWarning /> | ||
|
||
|
||
> **ActionCalledFromServerError**: Action called from a server page or endpoint without using `Astro.callAction()`. | ||
## What went wrong? | ||
Action called from a server page or endpoint without using `Astro.callAction()`. | ||
|
||
|
||
|