ChatGPTNextWeb / ChatGPT-Next-Web

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

[Bug] 使用过程中(发送新消息时)报错,储存空间不够 (web 和 win exe都有) #4733

Closed jiangying000 closed 3 weeks ago

jiangying000 commented 4 months ago

Bug Description

1716091521207

image

Steps to Reproduce

有很多对话时,继续聊天就会触发

Expected Behavior

不报错

Screenshots

No response

Deployment Method

Desktop OS

No response

Desktop Browser

No response

Desktop Browser Version

No response

Smartphone Device

No response

Smartphone OS

No response

Smartphone Browser

No response

Smartphone Browser Version

No response

Additional Logs

No response

Issues-translate-bot commented 4 months ago

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


Title: [Bug] An error occurred during use, insufficient storage space.

jiangying000 commented 4 months ago

除了 localstorage ,还有更好的储存会话的方式吗? 5MB或者 10MB太小了

Issues-translate-bot commented 4 months ago

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


Is there a better way to store sessions besides localstorage? 5MB or 10MB is too small

Kosette commented 4 months ago

记得曾经讨论过使用IndexedDB替代,不知道3.0会怎么设计

Issues-translate-bot commented 4 months ago

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


I remember we discussed using IndexedDB instead, but I don’t know how 3.0 will be designed.

Dean-YZG commented 4 months ago

localStorage 的存储能力,对于对话存储的应用场景来说,确实太有限了,目前,正在探索多技术联合的方案,解决存储空间受限的问题

Issues-translate-bot commented 4 months ago

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


The storage capacity of localStorage is indeed too limited for conversation storage application scenarios. Currently, we are exploring a combination of multiple technologies to solve the problem of limited storage space.

lloydzhou commented 3 weeks ago

v2.15.0版本支持更大存储空间

Issues-translate-bot commented 3 weeks ago

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


v2.15.0 version supports larger storage space