Dimitri Dolgov
Dimitri Dolgov
I am also having this issue. Have tried to run `/etc/init.d/boot boot` and other services manually but they do not work.
I upgraded in my dev environment to the latest outline image `outlinewiki/outline:latest@sha256:c1cd4081888d8139b0eeecc0bfa45cfbf359364587934297c154b55e64f92873` just to confirm the issue is still present in master. It is. I changed my `OIDC_AUTH_URI` to `https://outline.example.com?response_mode=form_post`...
Hello, gave it a shot and it did get me past that error. The next error I hit was `plugins/oidc/server/auth/oidc.ts:90` as the userinfo path doesn't exist in apple so I...
Tested on `e1a9ed811b6690a60d6f14908e0ba1609c397e99` Jan 25th merge as a control. Working as expected. Threw a try catch in `skill_library,js:initSkillLibrary()` and seems that is where it is failing and why we get...
Alright solved it, seems that the old way of specifying embeddings for ollama is broken. Can no longer do this: `"embedding": "nomic-embed-text"` must do this: ``` "embedding": { "model": "nomic-embed-text",...
It also seems that this error occurs if no embedding model is provided. Previously an embedding model was not required.
Pavan has tested and confirmed working. Please let me know if there is anything else you'd like done to get this merge approved.
Fixed minor conflict with import statements