fix: Use form submission instead of onClick for Try Again button
The onClick handler cannot be serialized during prerendering of
/_global-error. Using a form with a submit button achieves the
same page reload behavior without requiring JavaScript event handlers.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>