mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-05 19:18:16 -05:00
Missing Data on Login after 0.24.6 - 1.0.0-rc1 upgrade #568
Closed
opened 2025-11-01 20:59:23 -05:00 by GiteaMirror
·
15 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
No Label
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#568
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 @chrismilson on GitHub (Aug 26, 2025).
Description
I recently upgraded from 0.24.6 to v1.0.0-rc1. Initially I had issues configuring oidc, as the schema had changed, and then I was getting Unauthorized errors post-login from the API until I set the VIKUNJA_SERVICE_PUBLICURL.
I have successfully logged in now, but the projects and tasks that I had created before the upgrade are now not visible. The account appears as if it were created new.
I have logged into the database and see that the original tasks and projects are still in the database in the expected tables. The tasks also appear to have the correct created_by_id as well.
When inspecting the users table, I do not see any new users - only the users that were there before.
If I try to create a new Project from the UI I can interact with it without issue. The entry for the new Project looks pretty much identical to the other entries in the table from before the upgrade though.
Vikunja Version
1.0.0-rc1
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
@chrismilson commented on GitHub (Aug 26, 2025):
I was having trouble getting any meaningful logs too...
I sometimes see error messages like: "invalid character 'l' looking for beginning of value"
@fernandeusto commented on GitHub (Aug 26, 2025):
I also had to rollback to v0.24.6 — in version 1.0.0rc1 it doesn't have write permissions when you're already logged in, and it won't let you login if you're logged out.
@fernandeusto commented on GitHub (Aug 27, 2025):
Solved in https://github.com/go-vikunja/vikunja/issues/1336
add enviroment: 'VIKUNJA_CORS_ENABLE: "false"' and it run OK with latest image
@kolaente commented on GitHub (Aug 29, 2025):
Can you verify that Vikunja is accessing the correct database?
@chrismilson commented on GitHub (Aug 29, 2025):
Yep. From psql:
The rest of the projects I expect to see are in the table, but I can't see them in the UI. The entry in the projects table seems pretty much identical to the other entries there, but I'm not 100% sure how to see how these are expected to be associated with users etc. so can't comment on what might be looking weird in there.
@chrismilson commented on GitHub (Aug 29, 2025):
I got around the CORS issue by setting the
VIKUNJA_SERVICE_PUBLICURLto the base URL that the UI is hosted on. I put that in the initial description for context, sorry if it detracted from the actual issue, which appears to be related to the association of tasks/projects/etc. with users post migration from 0.24.6 to v1.@kolaente commented on GitHub (Aug 31, 2025):
Can you check the value of
owner_idof your projects? The new and old created@chrismilson commented on GitHub (Aug 31, 2025):
Looks to be consistent between the old and the new:
The rest of the columns in the
projectstable seem to be pretty consistent, apart from a significantly different value forposition. The old project's position is 65536, and the new is 1900544.@kolaente commented on GitHub (Aug 31, 2025):
So the
Homelabproject is not visible, but thetest projectis? And none of the two are archived?@chrismilson commented on GitHub (Aug 31, 2025):
Correct:
@kolaente commented on GitHub (Aug 31, 2025):
Can you check with the browser network tools if all projects are returned from the request to
/api/v1/projects?@chrismilson commented on GitHub (Aug 31, 2025):
The browser makes a request to
/api/v1/projects?is_archived=true&expand=permissions&page=1and gets an HTTP500 response. Then it makes a specific request to/api/v1/projects/29. Now I'm wondering how the client even knows that 29 is the id oftest project...@kolaente commented on GitHub (Aug 31, 2025):
What's in the logs when the request with the 500 response happens?
@chrismilson commented on GitHub (Aug 31, 2025):
Usually something like this:
@kolaente commented on GitHub (Aug 31, 2025):
Then this is a duplicate of https://github.com/go-vikunja/vikunja/issues/1339