Add backend error logging and increase frontend timeout
This commit is contained in:
@ -8,7 +8,7 @@ const client = axios.create({
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
timeout: 10000,
|
||||
timeout: 60000,
|
||||
})
|
||||
|
||||
// Request interceptor
|
||||
|
||||
Reference in New Issue
Block a user