mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-05 19:18:16 -05:00
Closed
opened 2026-04-20 16:45:36 -05:00 by GiteaMirror
·
17 comments
No Branch/Tag Specified
main
renovate/dev-dependencies
feat-v2-foundation
dependabot/npm_and_yarn/frontend/axios-1.15.2
spike-huma-openapi3
claude/investigate-swagger3-support-nyyUa
feat-list-view-buckets
ci-mysql-8-test
codex/analyze-codebase-for-email-task-feature
feat-project-templates
csv-import-feature
claude/email-reply-comments-wpdcQ
fix-oidc-pkce-support
fix/overview-subtasks-expand
feat/bucket-select-task-detail
feat-soft-delete-projects
claude/review-bot-design-plan-cf5C3
claude/project-scoped-api-tokens-KTqR3
claude/explore-openclaw-integration-KQEzg
claude/project-scoped-api-tokens-yv5KS
fix-duplicate-close-button
feat-list-view-sorting
feat/official-vite-sentry-plugin
feat/highlight-overdue-tasks
feat/add-enter-key-form-submission-handling
feat/TipTap-nits
feat/update-caldavtimetotimestamp-parsing
feat-phosphor-icons
wip-plans
claude/investigate-issue-2173-llKme
fix-description-text-drag
feat-custom-keyboard-shortcuts
pr-1845-ci
codex/fix-drag-and-drop-behavior-inconsistency
copilot/add-clickable-labels-for-filtering
copilot/fix-issue-1786
playwright-migration
fix-kanban-repeating-wip
copilot/fix-1498
feature/replace-axios
codex/upgrade-to-tailwind-4.1.8-using-pnpm
codex/add-cypress-test-for-avatar-types
feature/biome
feature/oxc
codex/update-flexsearch-to-0.8.205
4r6ni9-codex/fix-deprecated-sass-@import-usage
codex/fix-deprecated-sass-@import-usage
codex/add-cypress-test-for-task-list-refresh-fix
codex/fix-quick-add-magic-not-adding-tasks
codex/fix-all-type-errors
codex/fix-mimetype-for-docs.json
feature/caldav-from-scratch
feature/gh-actions-hetzner
fix-ci
feat/new-logger
jyte-better-dev-config
feat/add-team-member-with-enter
fix/button-and-icon-types
fix/notifications-component-name-collision
feature/null-time
renovate/tailwindcss-4.x
feature/unplugin-vue-router
fix/deprecated-import
feature/zod-schema
renovate/golangci-golangci-lint-1.x
fix/tiptap-editor-reactive-destructuring
release/0.24
feat/improve-add-task
fix/saved-filter-search
feat/webp-and-avif-attachment-previews
feature/migrate-back-to-bulma
fix/sass-add-missing-list-import
feature/sticky-demo-bar
fix/gantt-view-switch
feature/typesense-position-join
feature/focus-visible
dependencies/golangci-lint
feature/better-filter-syntax
fix/tiptap-task-list
renovate/github.com-golang-jwt-jwt-v4-5.x
feature/hide-forbidden-related-tasks
renovate/golang-1.x
release/0.20
release/0.17
release/0.16
release/0.15
release/0.14
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
v1.1.0
v1.0.0
v1.0.0-rc4
v1.0.0-rc3
v1.0.0-rc2
v1.0.0-rc1
v1.0.0-rc0
v0.24.6
v0.24.5
v0.24.4
v0.24.3
v0.24.2
v0.24.1
v0.24.0
v0.23.0
v0.22.1
v0.22.0
0.21.0
v0.21.0
v0.20.4
v0.20.5
v0.20.3
v0.20.2
v0.20.1
v0.20.0
v0.19.2
v0.19.1
v0.19.0
vue3
v0.18.1
v0.18.0
v0.17.1
v0.17.0
v0.16.1
v0.16.0
v0.15.1
v0.15.0
v0.14.1
v0.14.0
v0.13.1
v0.13
v0.12
v0.11
v0.10
v0.9
v0.8
v0.7
v0.6
v0.5
v0.4
v0.3
v0.2
v0.1
Labels
Clear labels
area/api
area/attachments
area/auth
area/avatars
area/backup-restore
area/caldav
area/calendar-view
area/comments
area/config
area/database
area/desktop
area/docker
area/email
area/favorites
area/filters
area/frontend
area/gantt
area/i18n
area/import-export
area/internal-code
area/kanban
area/labels
area/list-view
area/mobile
area/notifications
area/permissions
area/projects
area/pwa
area/recurring-tasks
area/reminders
area/search
area/shortcuts
area/subtasks
area/sync
area/table-view
area/task-editor
area/task-metadata
area/task-relations
area/teams
area/theming
area/time-tracking
area/typesense
area/views
area/webhooks
bug
changes requested
concern/accessibility
concern/performance
concern/regression
concern/ux
confirmed
db/mysql
dependencies
enhancement
good first issue
help wanted
integration/inbound
integration/outbound
kind/bug
kind/feature
needs reproduction
pull-request
question
security
support
upstream issue
waiting for reply
wontfix
Mirrored from GitHub Pull Request
Milestone
No items
No Milestone
Projects
Clear projects
No project
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/vikunja#6154
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @christiaangoossens on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/412
Description
Bug: Not all tasks are visible on the Kanban board after exporting a list (from one Vikunja install) and importing it into another Vikunja install. Tasks show fine on the List view every time.
Steps to reproduce
Technical details
You can see the effect in the API responses too, so it's not a frontend bug, here's an example:
Here, the first two columns have no tasks (null) and the Done column has tasks in it.
If you refresh, the output might look like this:
Even though nothing changed, suddenly only the first column includes tasks.
Reproducibility on the test server
This cannot be reproduced on the demo server, as export/import is disabled.
Vikunja Version
0.24.6
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
@kolaente commented on GitHub (Feb 21, 2025):
Can you reproduce that with an unstable build? Are you using typesense?
@christiaangoossens commented on GitHub (Feb 21, 2025):
I will try that with unstable soon and get back to you. I am using Typesense (I was not with the previous install if that matters).
@kolaente commented on GitHub (Feb 21, 2025):
Does it work without typesense?
@christiaangoossens commented on GitHub (Feb 21, 2025):
Works perfectly fine without Typesense, so that's the culprit here. Here's some logs of loading a Kanban page that I pulled before disabling Typesense:
Maybe it's not related to the import at all, but only to Typesense fallback to DB with the Kanban board?
(Also, can you check my
christiaangoossensaccount on your Git server kolaente.dev? I logged in with Github to create an issue/PR for https://kolaente.dev/vikunja/helm-chart, but I can't see any repositories when logged in. Maybe you need to approve the account manually?)@christiaangoossens commented on GitHub (Feb 21, 2025):
Additional info: Typesense has been enabled for this new instance from the start, I did not do an index because there were no tasks yet. Then, afterwards I imported the backup through the UI, so all tasks should have been indexed automatically right?
@kolaente commented on GitHub (Feb 21, 2025):
Does it work if you reindex? https://vikunja.io/docs/cli/#index
I've enabled your account.
@christiaangoossens commented on GitHub (Feb 21, 2025):
I re-enabled Typesense and the issue came back. Then first ran
vikunja index -pwith this output:And then
vikunja indexwith this output:After that it works again. Does it not run a full index when first setting up (Typesense was enabled before I added tickets in the importer)?
@christiaangoossens commented on GitHub (Feb 21, 2025):
Nevermind, the Kanban view now works with Typesense, but all other views have many missing tasks. Disabling Typesense shows everything correctly again.
@kolaente commented on GitHub (Feb 21, 2025):
No, because Vikunja has no way of knowing whether this was enabled previously. And it might take a long time to index everything, the current way allows doing this in the background and only "switching" afterwards.
Does this only happen in one specific project or in general?
@christiaangoossens commented on GitHub (Feb 21, 2025):
I would expect it to do an initial (empty) index upon first migrating the database (fully empty DB). Typesense has never been disabled for this install (until today). Should I have done an index on the empty db at the start manually?
All projects it seems, only since the index. Kanbans show correctly, but List, Table and Gantt are missing tasks.
@kolaente commented on GitHub (Feb 21, 2025):
Are they missing all tasks or only some?
@christiaangoossens commented on GitHub (Feb 21, 2025):
It seems that all list were capped to 1. Individual lists only showed 1 task, but also a filter spanning multiple lists only showed 1.
@kolaente commented on GitHub (Feb 21, 2025):
New projects as well?
Am 21. Februar 2025 19:51:21 MEZ schrieb Christiaan Goossens @.***>:
@christiaangoossens commented on GitHub (Feb 21, 2025):
Non imported? It seems to be for all of them. I turned Typesense back off already to make it usable again, so I would have to test it another time.
@hendrikreuhl commented on GitHub (Apr 10, 2025):
I'm facing the exact same issue with my instance.
I had a running instance already with typesense turned off, then installed and enabled it, run
vikunja indexand then starting the server.I'm also facing the issue that all projects kanbans are not working. It only loads one random column of the kanban with all other columns staying empty.
Standard log also outputs this:
2025-04-10T09:28:03+02:00: WARNING ▶ 120 Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:03+02:00: WARNING ▶ 125 Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:03+02:00: WARNING ▶ 128 Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:03+02:00: WARNING ▶ 12b Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:03+02:00: WARNING ▶ 12e Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:03+02:00: WARNING ▶ 131 Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:04+02:00: WARNING ▶ 160 Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:04+02:00: WARNING ▶ 167 Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:04+02:00: WARNING ▶ 16a Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:04+02:00: WARNING ▶ 16d Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:04+02:00: WARNING ▶ 170 Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db. 2025-04-10T09:28:04+02:00: WARNING ▶ 173 Unable to fetch tasks from Typesense, error was 'status: 404 response: {"message": "Could not find a field namedcomments.commentin the schema."}'. Falling back to db.May one issue be that the
vikunja indexcommand does not index all tasks comments correctly?@kolaente commented on GitHub (Apr 10, 2025):
@hendrikreuhl it should index all comments. Not sure why it does not do that. If you do a full index, do you still see the error?
@tink-bot commented on GitHub (Mar 3, 2026):
Closing as Typesense support has been removed in Vikunja v2.0.0. See https://vikunja.io/changelog/vikunja-v2.0.0-was-released/#breaking-change-typesense-removal