Error: Invalid UUID

After updating from version 1.2.1 to 1.3.1 using docker compose i always get this error when i try to log in.
2 Replies
RaphiTobi
RaphiTobiOP2mo ago
The exception is captured in the GetCurrentUser operation Tested 1.3.0 too, it has the same issue Figured it out, yes it was invalid uuid (thats what you get for manualy messing with the db). If anyone else is in the position of trying to find a wrong id in your db. Try to export a list of all uuids from you db and run it through the validate of the uuid npm package to find the offending one The error should probaby also log the offending uuid instead of saying some uuid is wrong
Prastoin
Prastoin2mo ago
Hey thanks for a opening a PR Followup here https://github.com/twentyhq/twenty/pulls
GitHub
Pull requests · twentyhq/twenty
Building a modern alternative to Salesforce, powered by the community. - Pull requests · twentyhq/twenty

Did you find this page helpful?