T
Twenty2mo ago
Raph

Error: Cannot convert TS_VECTOR to column type.

Hi All, Upon login, I'm getting the error above. Has anyone seen this error?
No description
8 Replies
Raph
RaphOP2mo ago
Some kind of mutation failure related to a wonky token. I'll dig further, if anyone has any ideas let me know!! 🙂 @ɃØĦɆᵾS any ideas here?
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
As much as I'd like to help, I have no idea what's at fault except for the fact something has been compiled incorrectly
Raph
RaphOP2mo ago
Yeah, there really isn't much going on in the logs other than some kind of mutation that's supposed to happen, but for whatever doesn't seem to be happening. Even when I run a manual migrations I essentially get the response that no migrations are pending.
charles
charles2mo ago
@marie could you take a look? 🙂
marie
marie2mo ago
Hi @Raph! Could you indicate which version of twenty you are on?
Raph
RaphOP2mo ago
Hi @marie - I'm on 34.0. I was able to fix it by adding in a missing var for volumes:
- ./docker-data:/app/docker-data
- ./docker-data:/app/docker-data
Then I lived on the edge and ran the migrations command:
docker exec -it app-server-1 database:migrat
docker exec -it app-server-1 database:migrat
It seems to have sorted things out. The only thing that I'm missing now is our profile pictures. Something seems to have changed with the way Twenty stores assets like photos/uploads/etc. Can you confirm that to be the case?
marie
marie2mo ago
Hi @Raph ok great ! Yes we have an issue with profile pictures currently, this will be fixed in the next release that should occur at the end of this week. do not hesitate to reach out again after you have upgraded if you still have an issue!
Raph
RaphOP2mo ago
Thanks, @marie

Did you find this page helpful?