I installed non-docker self-hosting Vikunja (version 24-6) in /opt/vikunja. Works well.
Until now I used vikunja cloud. I want to migrate my data, but get only error response: “could not read data: json: cannot unmarshal object into Go struct field”.
I have a simple question: what is the matter, and can I repair it as a non-coder?
Update: I downgraded to Version 24.1, the actual version of vikunja cloud. Still the same error.
I am sorry, I am not making myself very clear. I should have written: I saw the error after starting vikunja from the cli. When trying to import, in stdout the error “could not read data: json: cannot unmarshal object into Go struct field” appeared every time.
I allow myself to hijack this thread. Same problem.
Exported data today from vikunja cloud and VERSION file in downloaded ZIP tells v0.24.1-795-ac36389a42.
I went to my local instance and tried to upload the ZIP to import the data. The import animation, which I know from vikunja cloud, pops up for some milliseconds. Terminal running docker compose up shows:
vikunja-1 | 2025-03-03T08:19:03Z: ERROR ▶ 167 could not read data: json: cannot unmarshal object into Go struct field ProjectView.views.filter of type string
Then, I upgraded local vikunja by running docker compose stop followed by docker compose rm -f, docker compose pull and a subsequent docker compose up. About page is telling Version: v0.24.6 and VERSION file in backup created from the local instance is telling v0.24.6.
Still the same error message is displayed when I try to import data. The import animation also only pops up for some millisecond.