vault backup: 2026-04-24 18:25:54

This commit is contained in:
Vadym Samoilenko 2026-04-24 18:25:54 +01:00
parent 6438802c8b
commit 575e0bc07d
2 changed files with 8 additions and 0 deletions

View file

@ -89,6 +89,10 @@ cd backend && composer install && php -S localhost:5015 # :5015
```
## Sessions
### 2026-04-24 Fix JSON parsing errors and rate
**Asked:** Fix JSON parsing errors and rate limiting issues on Veo and Kling API generation endpoints.
**Done:** Pushed nginx `client_max_body_size` increase to 100M and corrected Veo I2V request format to use `bytesBase64Encoded` with `mimeType` in image object.
### 2026-04-24 Fix JSON parsing errors in Veo
**Asked:** Fix JSON parsing errors in Veo and Kling generation and update log key references.
**Done:** Corrected image key names in log checks and committed changes to git.
@ -229,6 +233,7 @@ cd backend && composer install && php -S localhost:5015 # :5015
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-24 | API generation fixes | nginx client_max_body_size 100M, Veo I2V bytesBase64Encoded format | nginx.conf, veo-api-handler.ts |
| 2026-04-24 | Veo/Kling API fixes | JSON parsing error handling, log key references updated | generation.ts, logs.ts |
| 2026-04-24 | API error debugging | nginx.conf body size limit increased, Docker container nginx configuration verified | docker/nginx.conf |
| 2026-04-24 | Deploy script fix | Separate build from up, add --no-cache, add deployment logging | deploy-optical.sh |

View file

@ -335,3 +335,6 @@ tags: [daily]
- 18:23 | `cinema-studio-pro-kling`
- **Asked:** Fix JSON parsing errors in Veo and Kling generation and update log key references.
- **Done:** Corrected image key names in log checks and committed changes to git.
- 18:24 (1min) | `cinema-studio-pro-kling`
- **Asked:** Fix JSON parsing errors and rate limiting issues on Veo and Kling API generation endpoints.
- **Done:** Pushed nginx `client_max_body_size` increase to 100M and corrected Veo I2V request format to use `bytesBase64Encoded` with `mimeType` in image object.