No manual steps are required for the deployment of Version 2026-02 Hot Fix 3.
Check version updates to found the main platform components.
Reinstall the module to retrieve the new version of the Web Scraping tool with some fixes applied:
SuperAdmin Options → System -> System Modules → The Lab Public Components → Reinstall
2. Vertex AI Image generation models manual fix
This has already been done in the SaaS, Corp and Clients environments.
Models need to be updated:
- Nano Banana: vertex_ai/gemini-2.5-flash-image
- Nano Banana Pro: vertex_ai/gemini-3-pro-image-preview
They require modification from Type "Chat" to Type "Image" in private installations.
This is done from the Console → AI Settings → AI Models → Select model
In addition, the cost scheme must be verified to be correct for both models. Otherwise, create a new cost review with the following Cost default JSON:
- Nano Banana: vertex_ai/gemini-2.5-flash-image
- Cost default json: [{"key":"n","value":"0.0039"}]
- Nano Banana Pro: vertex_ai/gemini-3-pro-image-preview
- Cost default json: [{"key":"n","value":"0.134"}]
This is also done from the Console → AI Settings → AI Models → Select model
Inside the model, go to -> AIModel Cost.
Check version updates to found the main platform components.
Add EnvVars for API Container:
LANG: C.UTF-8
LC_ALL: C.UTF-8
This ensures the container uses a consistent Unicode-aware locale, improving UTF-8 compatibility and preventing encoding errors like UnicodeEncodeError and UnicodeDecodeError. It avoids corrupted or misinterpreted characters (e.g., accents, emojis, non-ASCII symbols) and guarantees reliable text handling in logs, file I/O, APIs, and third-party libraries across environments.
Check Version updates to found the main platform components.
No manual steps are required for the deployment of Version 2026-02.
Check version updates to found the main platform components.