Cannot create organization after adding additional fields.

With the recent update we can add additional fields, but it is not allowing me to create new organizations. I know this cos I removed the additional fields and it worked. I got invalid parameters error. Can I get help with it
2 Replies
Samira Costa
Samira Costa4w ago
Hey @Hunter, did you resolve it? I'm having the same problem
Hunter
HunterOP4w ago
Yes i did here. Am sending the file now For the additional fields in the server side, add required false. Example
currency:{ type: string, required: false} By default all add fields are required that's is why you get the error That worked for me

Did you find this page helpful?