November 17, 20241 yr On 8/23/2024 at 1:37 PM, tarpdalton said: Are you still running this? The repo is private Yes I am still using it. I made the repo public.
November 18, 20241 yr Author the image has been fixed in v2.0.0 @fahmula FYI, you might want to review the new method of setting this up with the vscode cli (much lighter / simpler than apt-get install)
January 6, 20251 yr On 11/17/2024 at 10:52 PM, Ahmad said: the image has been fixed in v2.0.0 @fahmula FYI, you might want to review the new method of setting this up with the vscode cli (much lighter / simpler than apt-get install) Thanks Just seeing your reply!
February 1, 20251 yr Bolt not working with any model DEBUG api.chat Total message length: 4, words INFO stream-text Sending llm call to Groq with model deepseek-r1-distill-llama-70b [wrangler:inf] POST /api/chat 200 OK (172ms) ERROR api.chat AI_APICallError: message[1].content must be a string ✘ [ERROR] kj/compat/tls.c++:500: error: error accepting tls connection; kj::mv(e) = kj/compat/tls.c++:72: failed: OpenSSL error; message = error:10000416:SSL routines:OPENSSL_internal:SSLV3_ALERT_CERTIFICATE_UNKNOWN; clientId = 100.98.92.116:55322 stack: /app/node_modules/.pnpm/@[email protected]/node_modules/@cloudflare/workerd-linux-64/bin/workerd@40b1350 /app/node_modules/.pnpm/@[email protected]/node_modules/@cloudflare/workerd-linux-64/bin/workerd@40b9650 /app/node_modules/.pnpm/@[email protected]/node_modules/@cloudflare/workerd-linux-64/bin/workerd@40b9cc0 /app/node_modules/.pnpm/@[email protected]/node_modules/@cloudflare/workerd-linux-64/bin/workerd@40b9daa /app/node_modules/.pnpm/@[email protected]/node_modules/@cloudflare/workerd-linux-64/bin/workerd@40ba0f6 /app/node_modules/.pnpm/@[email protected]/node_modules/@cloudflare/workerd-linux-64/bin/workerd@5aa58af /app/node_modules/.pnpm/@[email protected]/node_modules/@cloudflare/workerd-linux-64/bin/workerd@40bb6d0
February 2, 20251 yr Author @nicksphone are you accessing the web interface through https:// URL? and are you using a local or remote (ollama) AI server (e.g. open router)m Edited February 2, 20251 yr by Ahmad
February 5, 20251 yr On 2/2/2025 at 6:05 PM, Ahmad said: @nicksphone are you accessing the web interface through https:// URL? and are you using a local or remote (ollama) AI server (e.g. open router)m http and remote
February 12, 20251 yr bolt error installation text error warn system array login 14103 │ const shellHighlighter = await createHighlighter(highlighterOpt... ╵ ~~~~~ ✘ [ERROR] This require call is not allowed because the transitive dependency "../build/server/index.js" contains a top-level await ../node_modules/.pnpm/[email protected]/node_modules/core-js/modules/web.dom-collections.iterator.js:8:30: 8 │ var wellKnownSymbol = require('../internals/well-known-symbol'); ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The file "../node_modules/.pnpm/[email protected]/node_modules/core-js/internals/well-known-symbol.js" imports the file "../.wrangler/tmp/pages-9jhyUl/functionsRoutes-0.8354650061724911.mjs" here: ../node_modules/.pnpm/[email protected]/node_modules/core-js/internals/well-known-symbol.js:1:0: 1 │ 'use strict'; ╵ ~~~~~~~~~~~~ The file "../.wrangler/tmp/pages-9jhyUl/functionsRoutes-0.8354650061724911.mjs" imports the file "[[path]].ts" here: ../.wrangler/tmp/pages-9jhyUl/functionsRoutes-0.8354650061724911.mjs:1:53: 1 │ ...uest as ____path___ts_onRequest } from "/app/functions/[[path]].ts" ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The file "[[path]].ts" imports the file "../build/server/index.js" here: [[path]].ts:2:43: 2 │ ... { createPagesFunctionHandler } from '@remix-run/cloudflare-pages'; ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The top-level await in "../build/server/index.js" is here: ../build/server/index.js:14103:25: 14103 │ const shellHighlighter = await createHighlighter(highlighterOpt... ╵ ~~~~~ ✘ [ERROR] Could not resolve "path" ../node_modules/.pnpm/[email protected]/node_modules/istextorbinary/edition-browsers/index.js:2:26: 2 │ import * as pathUtil from 'path'; ╵ ~~~~~~ The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error. ✘ [ERROR] This require call is not allowed because the transitive dependency "../build/server/index.js" contains a top-level await ../node_modules/.pnpm/[email protected]/node_modules/raf/index.js:1:18: 1 │ var now = require('performance-now') ╵ ~~~~~~~~~~~~~~~~~ The file "../node_modules/.pnpm/[email protected]/node_modules/performance-now/lib/performance-now.js" imports the file "../.wrangler/tmp/pages-9jhyUl/functionsRoutes-0.8354650061724911.mjs" here: ../node_modules/.pnpm/[email protected]/node_modules/performance-now/lib/performance-now.js:1:0: 1 │ // Generated by CoffeeScript 1.12.2 ╵ ^ The file "../.wrangler/tmp/pages-9jhyUl/functionsRoutes-0.8354650061724911.mjs" imports the file "[[path]].ts" here: ../.wrangler/tmp/pages-9jhyUl/functionsRoutes-0.8354650061724911.mjs:1:53: 1 │ ...uest as ____path___ts_onRequest } from "/app/functions/[[path]].ts" ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The file "[[path]].ts" imports the file "../build/server/index.js" here: [[path]].ts:2:43: 2 │ ... { createPagesFunctionHandler } from '@remix-run/cloudflare-pages'; ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The top-level await in "../build/server/index.js" is here: ../build/server/index.js:14103:25: 14103 │ const shellHighlighter = await createHighlighter(highlighterOpt... ╵ ~~~~~ ✘ [ERROR] Could not resolve "stream" ../node_modules/.pnpm/[email protected]/node_modules/stream-slice/index.js:3:24: 3 │ var Transform = require('stream').Transform; ╵ ~~~~~~~~ The package "stream" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error. ✘ [ERROR] Failed to build Functions at ./functions.
February 12, 20251 yr Mine too... Unraid 7.0.0. Any idea how to revert it back to previous version that worked?
February 13, 20251 yr Author sorry folks, my unraid server is out of commission this week (hoping it's not a bricked CPU / MB .... Threadripper Pro ... $$$) I'll be able to debug again next week if it all works out well. my setup is Unraid 7.0.0 with Nvidia 3090 (though those errors you're reporting are unlikely related to hardware) the Bolt project on GitHub does not release a tagged version (currently it's set to "latest") https://github.com/stackblitz-labs/bolt.diy/pkgs/container/bolt.diy/versions?filters[version_type]=tagged I might just make a docker automated build from the tagged versions and republish that way
February 24, 20251 yr Like the rest of us, we are all hoping for a resolution to get the updates, however until then, this is the last verison that I see working, just changed ghcr.io/stackblitz-labs/bolt.diy:latest to ghcr.io/stackblitz-labs/bolt.diy:6a8449e
April 22Apr 22 Hi, I want to test bolt.diy and after configuring with OLLAMA_LIKE endpoint container does not run.In logs I can see:> [email protected] dockerstart /app > bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings --ip 0.0.0.0 --port 5173 --no-show-interactive-dev-session "--local-protocol" "https" ELIFECYCLE Command failed.Any way to fix it? Im using image: ghcr.io/stackblitz-labs/bolt.diy:latest
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.