Back to Withastro

Action not found.

src/content/docs/en/reference/errors/action-not-found-error.mdx

latest428 B
Original Source

import DontEditWarning from '~/components/DontEditWarning.astro'

<DontEditWarning />

ActionNotFoundError: The server received a request for an action named ACTION_NAME but could not find a match. If you renamed an action, check that you've updated your actions/index file and your calling code to match.

What went wrong?

The server received a request for an action but could not find a match with the same name.