Commit ee74ef0
fix(billing): don't re-throw server action error in manual transfer form
The catch block showed a toast but then re-threw the error, causing Next.js
to attempt a Server Component re-render that crashed with a generic 500 error.
Now the error is handled by the toast and swallowed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3fdab9f commit ee74ef0
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
0 commit comments