Getting Error After Importing data.
I am getting this error when I Import data from CSV file. The Data is getting imported without any error but the issue is from frontend.
If I reload then then I get the data I imported.
12 Replies
These are the errors I get in Frontend side.
It does not look good ? :p
Any chance you could post here an example CSV that make this bug happen?
This is what I uploaded.
Are you trying to map any column to a composite field (Links, Address?)
I think we still have an issue there
There is an open PR here that should be merged this week about it: 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
Yes, Actually I did try to map one field with Address. Let me try without it.
I'm re-working the PR to merge it today
Even without Composite field I am getting the same error.
I used this same data and mapped Name and Domain Name columns only.
Yep, I have the same issue
Investigating
ok, found the issue. It will be part of https://github.com/twentyhq/twenty/pull/5470
GitHub
5425 - Introducing support for all Composite Fields Import by zarya...
Adding support for all Composite Fields while using the "import" functionality. This includes:
Currency
Address
We will land this today or tomorrow depending on the contributor (otherwise, we will take in within the core team tomorrow as this seems critical)
I'm closing this one as we have the opened PR
Great ! Thanks man.