Kanban view for opportunities not working after update to 0.3.3
Hello, we are using twenty with docker. After the update the kanban view in oportunities is not working anymore...
Nothin is visualized in the ui as you can see in the screenshot, table view works.
PS:
we had to run
yarn database:init:prod
yarn database:migrate:prod
inside the container1 Reply
Hi Stix, sorry for the slow reply here. I have been very busy right now
our migration process is still very manual. We will start maintaining a migration guide in 0.10 (the release in two weeks)
Regarding your issue, you'll need to run:
- yarn command:prod workspace:sync-metadata -w {your_workspace_id}
then fill the kanbanFieldMetadataId in your workspace views postgres table
Closing, feel free to re-open it if you still need help 🙂