You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the node adapter to handle action error the same as the dev mode.
To repro the issue, build and preview: npm run build and npm run preview to host astro on the standalone node adapter. The issue also occurs on the node middleware adapter, which is what I'm using.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
I've tested on Safari and Chrome and occurs on both.
Describe the Bug
Astro.getActionResult()
: https://docs.astro.build/en/guides/actions/#handle-form-action-errorsWhat's the expected result?
I would expect the node adapter to handle action error the same as the dev mode.
To repro the issue, build and preview:
npm run build
andnpm run preview
to host astro on the standalone node adapter. The issue also occurs on the node middleware adapter, which is what I'm using.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-iad8ez
Participation
The text was updated successfully, but these errors were encountered: