dotneet / smart-chatbot-ui

An open source ChatGPT UI.
https://smart-chatbot-ui.vercel.app/
MIT License
475 stars 98 forks source link

Storage doesn't persist across devices #167

Closed dino1729 closed 1 year ago

dino1729 commented 1 year ago

I can see that the MongoDB database gets populated with new conversations and prompts but this doesn't get reflected in a different browser or another device within the same network.

Anybody facing the same issue?

dino1729 commented 1 year ago

Persistent storage works if nextauth is enabled.