Skip to content

Fix console CouchDB connection error (Issue #1179)#1403

Open
SurbhiAgarwal1 wants to merge 2 commits intohyperledger:mainfrom
SurbhiAgarwal1:fix-1179-console-couchdb-error
Open

Fix console CouchDB connection error (Issue #1179)#1403
SurbhiAgarwal1 wants to merge 2 commits intohyperledger:mainfrom
SurbhiAgarwal1:fix-1179-console-couchdb-error

Conversation

@SurbhiAgarwal1
Copy link
Copy Markdown

Description

This PR resolves Issue #1179 where the Fabric Operations Console fails to start due to a CouchDB connection error (ECONNREFUSED).

Changes

  • Explicit Connection String: Added connectionString to the IBPConsole resource. This ensures the console uses pre-defined credentials (admin:password) immediately upon startup, eliminating the race condition with the operator's automatic credential generation.
  • CouchDB Storage: Added the missing storage.couchdb configuration to the manifest to ensure stable persistent storage for the database sidecar across all Kubernetes distributions.

Benefit

These changes ensure that just console reliably reaches the Ready state without getting stuck or failing to connect to its internal database.

Fixes: #1179

Addresses issue hyperledger#1233. Adds a new README.md for the sample and updates the root README.md to include asset history and TypeScript support.

Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
@SurbhiAgarwal1 SurbhiAgarwal1 requested a review from a team as a code owner April 14, 2026 16:14
…to console

Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
@SurbhiAgarwal1 SurbhiAgarwal1 force-pushed the fix-1179-console-couchdb-error branch from 26cbc1f to dfbcff3 Compare April 14, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

full stack asset transfer guide, cannot start fabric operations console due to couchdb error

1 participant