Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IndexedDB Error] - Failed to read large IndexedDB value - Qwen2.5-Coder-32B #982

Closed
rexsama opened this issue Jan 3, 2025 · 2 comments
Closed

Comments

@rexsama
Copy link

rexsama commented Jan 3, 2025

Describe the bug

I updated to the latest version of bolt.diy today, and I'm encountering a frustrating issue.

Problem:

  • When I hover the mouse over the left side menu, I get the error message: "Failed to read large IndexedDB value."
    image

  • I can run bolt.diy, but it continuously displays the same error message: "Failed to read large IndexedDB value." However, the results eventually show up.
    image

  • I can't access my chat history from the left-side menu, but I can view past chats by manually changing the URL (e.g., http://localhost:5173/chat/18 to http://localhost:5173/chat/15 or http://localhost:5173/chat/14).

  • However, when I open the Code window on the right side, it is empty, meaning the code from previous chats hasn’t been saved.
    image

  • Clicking "Start new chat" results in no chats being saved.

Project Path: /home/user/local_ollama/auto_dev/bolt.diy/

Configuration in .env file:

DEFAULT_NUM_CTX = 6144 (using a 3090 24GB VRAM)
OLLAMA_API_BASE_URL = http://127.0.0.1:11434

I disabled all providers in the settings, and after doing so, I was able to select the local Ollama Qwen2.5-Coder:32B to generate and view code.

Do you have any suggestions for fixing this?

Link to the Bolt URL that caused the error

http://localhost:5173/

Steps to reproduce

  1. git clone https://github.com/stackblitz-labs/bolt.diy.git
  2. modify dotenv file
  3. pnpm run dev
  4. browser run bolt.diy
  5. setting -> providers -> disable all other than Ollama (it says Set On (.env): http://127.0.0.1:11434)
  6. Already saw the error message shows "Failed to read large IndexedDB value"

Expected behavior

  • No error messages.
  • The left-side menu should display saved or previous chat histories, which I can select and load.
  • The right-side code window should display the corresponding code from the selected chat history.

Screen Recording / Screenshot

No response

Platform

  • OS: Ubuntu 22.04.2 LTS
  • Browser: Brave
  • Version 1.73.104 Chromium: 131.0.6778.204 (Official Build) (64-bit)]

Provider Used

No response

Model Used

Qwen2.5-Coder-32B

Additional context

No response

@leex279
Copy link

leex279 commented Jan 3, 2025

Hi,

try to use native chrome, as brave and other browsers are not testet at the moment and mentioned by some others that they make problems (see community: https://thinktank.ottomator.ai/)

Also use the stable branch please and not the main branch.

Make sure your Ollama URL has no Whitespace or "/" at the end in Provider Settings.

@rexsama rexsama changed the title [Ollama] - Failed to read large IndexedDB value - Qwen2.5-Coder-32B [IndexedDB Error] - Failed to read large IndexedDB value - Qwen2.5-Coder-32B Jan 3, 2025
@rexsama
Copy link
Author

rexsama commented Jan 5, 2025

Download the stable version, everything run smoothly! thank you!

Hi,

try to use native chrome, as brave and other browsers are not testet at the moment and mentioned by some others that they make problems (see community: https://thinktank.ottomator.ai/)

Also use the stable branch please and not the main branch.

Make sure your Ollama URL has no Whitespace or "/" at the end in Provider Settings.

@rexsama rexsama closed this as completed Jan 5, 2025
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

No branches or pull requests

2 participants