Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 963 Bytes

action-called-from-server-error.mdx

File metadata and controls

24 lines (16 loc) · 963 Bytes
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.

What went wrong?

Action called from a server page or endpoint without using Astro.callAction().

See Also: