feat: enhance error handling with user-friendly messages and improve response parsing

This commit is contained in:
Nils-Johan Gynther
2026-04-21 13:38:59 +02:00
parent 87eab4d0ca
commit 83722123d2
4 changed files with 66 additions and 41 deletions
@@ -1,4 +1,4 @@
import { withAuth } from '../../../../../../lib/with-auth';
import { withAuth } from '../../../../../lib/with-auth';
const API_BASE = process.env.NEXT_PUBLIC_API_URL_INTERNAL || 'http://recipe-api:8080';