v2.0.4: Fix webhook error handling and logging
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s

- Webhooks now return 200 OK even on errors (to prevent retries)
- Improved error handling with proper JSON responses
- Enhanced logging for webhook debugging
- Supervisor logs now visible in docker logs (stdout/stderr)
- Fixed TodoistIntegration error display in UI
This commit is contained in:
poignatov
2026-01-01 18:50:55 +03:00
parent 7704de334c
commit edc29fbd97
5 changed files with 140 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "2.0.3",
"version": "2.0.4",
"type": "module",
"scripts": {
"dev": "vite",