2 / 39
Highlights
6 bedrooms
3 bathrooms
1 garage
2 parking spaces
140 m² usable area
Balcony
Garden
Description
Failed to execute 'json' on 'Response': Unexpected end of JSON input
src/components/admin/property-wizard.tsx (59:27) @ saveDraft
57 | setSaving(false);
58 | if (!res.ok) {
> 59 | setError((await res.json()).error ?? "Erro ao guardar");
| ^
60 | return false;
61 | }
62 | const updated = await res.json();
Call Stack
1
saveDraft
src/components/admin/property-wizard.tsx (59:27)
