When using my github project, it seems that Bolt.diy is not actually updating the code. Let’s say I ask him to add [TEST]=test to the.env file or any other file. For example, he says he did, but when I look at the file, its clear he did not. When I tell him, he comes back with “There was an error processing your request: An error occurred” and simply stops working.
What model you are using?
If you are on the main branch, you can checkout the terminal logs for detailed infos (stable does not have this at the moment)
Deepseek
Bolt.diy
Current Version Tag: v"0.0.5"
Current Commit Version: "be7a754"
What I see in the terminal is
``~/project
❯ npm install && npm run dev
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated npmlog@6.0.2: This package is no longer supported.
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated gauge@4.0.4: This package is no longer supported.
npm WARN deprecated are-we-there-yet@3.0.1: This package is no longer supported.
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
added 302 packages in 5s
33 packages are looking for funding
run `npm fund` for details
> botname@1.0.0 dev
> nodemon src/bot.js
[nodemon] 3.1.9
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,cjs,json
[nodemon] starting `node src/bot.js`
2025-01-18T21:23:34.889Z [info]: Database initialized successfully
2025-01-18T21:24:35.093Z [error]: Login failed: This operation was aborted
[nodemon] app crashed - waiting for file changes before starting...
^C
I guess your project is maybe to big for deepseek, so it cant handle it.
you can switch to the main branch, where extended logging for the terminal is in place. so you would probably see what the actual error from deepseek is.
Yea it could be a context size issue…deepseek has a really narrow one, I tried using a existing project and it was too big for it. I aslo tried making a project with it and soon the project got too big for it to handle.
DeepSeek with its current context size CAN NOT be used with bolt.diy… SADLY!!
Using Gemini2.0 Flash is the best current option I guess… I was wrong about it… I initially thought it was too bad to make anything… but I was wrong… so far it handles anything I throw at it…ofcourse I have to go back and try again some times…the only thing that lacks, I think is designing a good looking app.
I personally create a first stage mockup with Loveable, and then continue working on it with Gemini2.0 on bolt.diy.
Agree, or you need a very good first prompt with many details how the design should look like.