Open-Assistant
Open-Assistant copied to clipboard
Fresh install, when going to "Chat", "TypeError: Cannot read properties of undefined (reading 'session')
On a Fresh install on Windows 11 after git clone, it built the container, I was able to start the site, the login works both with dev user or email user, but as soon as trying to "Chat" in the UI, server error 500, with "Sorry, we encountered a server error. We're not sure what went wrong."
The console says: open-assistant-web-1 | TypeError: Cannot read properties of undefined (reading 'session') open-assistant-web-1 | at MyApp (/app/.next/server/pages/_app.js:129:43)
Hi @MSDNAndi ,did you solve this problem?