Deployment and upgradesOfficial documentation7 min readDeployment and upgrades

FastGPT 4.15.1 Resolved Bug Fix Summary

This document outlines all resolved functional and UI issues included in the FastGPT 4.15.1 self-hosted release.

Bug Fix Overview

This document outlines all resolved functional and UI issues included in the FastGPT 4.15.1 self-hosted release. All fixes target core platform workflows, user interface behavior, and background system processes to improve reliability and user experience.

Categorized Resolved Issues

The following table lists all fixed issues grouped by their functional category, with direct descriptions pulled from the 4.15.1 release notes:

Issue CategoryFixed Description
Workflow Debugging UIWorkflow tool debugging did not display run details for executed nodes.
Authentication UI FlowChat page failed to automatically render the login component after user credentials expired.
Sub-workflow Variable LoadingCorrected incorrect reading of runtime variables (default and system variables) when sub-workflow tools did not initialize variables from the parent tool app’s global variable configuration.
Loop/Parallel Node State SyncFixed failure to synchronize global variable or node output updates back to the main workflow from Variable Update nodes inside loop or parallel execution containers. Successful execution rounds or tasks now write back changes; failed rounds or tasks do not commit any changes.
Dataset Collection RetryRetrying all Dataset collections did not trigger an immediate UI component refresh.
Embedded Marketplace BehaviorStopped repeated shallow route updates in the embedded FastGPT Marketplace when filter parameters remained unchanged, which caused the top progress bar to load indefinitely.

Critical Workflow Fix Details

Two key fixes address workflow execution reliability: the sub-workflow variable initialization fix ensures that sub-workflows can access the full set of global variables configured for the parent tool app, eliminating runtime variable mismatches that broke workflow logic. The loop and parallel node sync fix resolves a state persistence bug, ensuring that only successful workflow segments apply changes to the main workflow, preventing unintended state leakage from failed execution attempts. Additional UI fixes resolve minor usability gaps, including immediate UI refreshes after dataset collection retries and correct login prompt display after credential expiration.

Source: FastGPT official source

Applicability and version scope

Use this page for the documented Deployment and upgrades scenario. Confirm the FastGPT, dependency, API, and deployment versions in the official source before applying a change.

Safety guardrails

Use [REDACTED_CREDENTIAL] for credentials and private data. Confirm the documented environment and version before review.

Rollback guidance

Restore the prior technical-content authority snapshot. Restore saved configuration and data snapshots, then repeat the smallest verification scenario.