You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm following the Getting Started tutorial to run firefly. When I open the Firefly Sandbox UI, it doesn't look right. I can't see the left column, which is messages, tokens, and contracts, it's completely blank on the web page. Like this:
When I see ghcr.io/hyperledger/firefly-sandbox:latest mirror container log, it outputs:
> [email protected] start
> node .
UI Served from /app/ui/build
Application listening on port 3001
Error
at new HttpError (/app/server/node_modules/routing-controllers/cjs/http-error/HttpError.js:17:22)
at new InternalServerError (/app/server/node_modules/routing-controllers/cjs/http-error/InternalServerError.js:10:9)
at FireFly.errorHandler (/app/server/dist/src/clients/fireflySDKWrapper.js:14:19)
at /app/server/node_modules/@hyperledger/firefly-sdk/dist/http.js:64:30
at processTicksAndRejections (node:internal/process/task_queues:96:5)
2024-12-11T08:00:04.603Z [SimpleWebSocket] Connecting websocket client KoLqajXyX6AHtxF7dksvp
2024-12-11T08:00:04.606Z [SimpleWebSocket] No namespace provided for client KoLqajXyX6AHtxF7dksvp, aborting websocket setup.
Error: Can't set headers after they are sent.
at SendStream.headersAlreadySent (/app/server/node_modules/send/index.js:386:13)
at SendStream.send (/app/server/node_modules/send/index.js:613:10)
at onstat (/app/server/node_modules/send/index.js:725:10)
at FSReqCallback.oncomplete (node:fs:203:5)
The text was updated successfully, but these errors were encountered:
Hello, I'm following the Getting Started tutorial to run firefly. When I open the Firefly Sandbox UI, it doesn't look right. I can't see the left column, which is messages, tokens, and contracts, it's completely blank on the web page. Like this:
When I see ghcr.io/hyperledger/firefly-sandbox:latest mirror container log, it outputs:
The text was updated successfully, but these errors were encountered: