ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
74.89k stars 58.96k forks source link

[Bug] 2.13 报错 DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'chat-next-web-store' exceeded the quota #5015

Closed 80imike closed 1 month ago

80imike commented 2 months ago

📦 部署方式

Docker

📌 软件版本

2.13

💻 系统环境

Ubuntu

📌 系统版本

20.04

🌐 浏览器

Chrome

📌 浏览器版本

126.0.6478.127

🐛 问题描述

升级到 2.13 后,提问任何内容没有响应

image

控制台都报这个错

image

📷 复现步骤

No response

🚦 期望结果

No response

📝 补充信息

No response

Issues-translate-bot commented 2 months ago

Bot detected the issue body's language is not English, translate it automatically.


📦 Deployment method

Docker

📌 Software version

2.13

💻 System environment

Ubuntu

📌 System version

20.04

🌐 Browser

Chrome

📌 Browser version

126.0.6478.127

🐛 Problem description

After upgrading to 2.13, there is no response when asking any questions

image

The console reports this error

image

📷 Steps to reproduce

No response

🚦 Expected results

No response

📝 Supplementary information

No response

lloydzhou commented 2 months ago

see #5013

Issues-translate-bot commented 2 months ago

Bot detected the issue body's language is not English, translate it automatically.


see #5013

lloydzhou commented 1 month ago

v2.13.1 版本支持图片使用cache storage存储到本地缓存(这个存储体积与磁盘大小相关),localStorage中只保留图片链接。 应该可以解决使用多模态模型存储限制的问题。

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


v2.13.1 version supports storing images in local cache using cache storage (this storage volume is related to the disk size), Only image links are kept in localStorage. This should solve the storage limitations of using multimodal models.