Getting the following error when typing a question (with local Ollama as the model, but it seems never to get to contact Ollama):
app-1 | ⨯ TypeError: Invalid initialization vector
app-1 | at c (.next/server/app/api/chat-rooms/[id]/messages/route.js:11:7689)
app-1 | at rg (.next/server/app/api/chat-rooms/[id]/messages/route.js:6:12896) {
app-1 | code: 'ERR_CRYPTO_INVALID_IV'
app-1 | }