Add backend error logging and increase frontend timeout

This commit is contained in:
2026-02-25 11:49:42 -05:00
parent a9097b82d2
commit 9b9d788ca7
17 changed files with 660 additions and 5 deletions

View File

@ -8,7 +8,7 @@ const client = axios.create({
headers: {
'Content-Type': 'application/json',
},
timeout: 10000,
timeout: 60000,
})
// Request interceptor