birk
birk
TTwenty
Created by birk on 10/24/2024 in #❓︱help
All requests fail due to erroneous data
First: Thanks for building Twenty. I'm building Polar.sh so it's safe to say I love everything open source 🙂 Started building an API integration to start importing & managing our CRM with Twenty today. Unfortunately, I created a Person that now has invalid data which crashes all requests both in the UI & via API. First, I created a person with null in lastName, e.g in this case we're on close basis so a single name felt more natural. It gave me an error that null was not accepted. So I updated my scripts to set '' (empty-string) instead. It seems to have worked, but that response schema validation now raises an exception on all responses. So I'm unable to use the UI or API at this point. Would love some help with this 🙂
9 replies