4ec0b9d6c826f127cb193b2d7d55fe5ad3c229ab
SvelteKit 2 forbids mixing a `default` action with named actions; the page also exports a `delete` action. Posting the edit form therefore returned a 500 with "When using named actions, the default action cannot be used." Rename the action to `update` and point the form at `?/update`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%