title | i18nReady | githubURL |
---|---|---|
Action unexpected called from the server. |
true |
import DontEditWarning from '~/components/DontEditWarning.astro'
ActionCalledFromServerError: Action called from a server page or endpoint without using
Astro.callAction()
. This wrapper must be used to call actions from server code.
Action called from a server page or endpoint without using Astro.callAction()
.
See Also: