fix(auth): improve token refresh with better logging and error handling
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 49s

- Add detailed logging for token refresh process
- Increase refresh timeout from 5s to 10s
- Log response body on refresh failure for diagnostics
- Verify tokens are present in refresh response
- Improve authFetch logging during retry

Version: 3.9.4
This commit is contained in:
poignatov
2026-01-12 17:05:19 +03:00
parent b3a83e1e8f
commit 3cf3cd4edb
3 changed files with 31 additions and 5 deletions

View File

@@ -1 +1 @@
3.9.3
3.9.4