Server error (500) - unable to deploy

Hello. I want to redeploy a form I have replaced but getting a server error (500).

@pamochungo, have you validated your XLSForm through this online validator? The online validator should help you identify syntax issues if any are present that are affecting your form deployment.

Thanks for this @Kal_Lam. I have now used it and getting this message : Error: ‘NoneType’ object is not iterable.

@pamochungo, maybe share your XLSForm with the community if you are still having deployment issue. The community should be able to help you solve your issue.

Dear Kal,

Thanks a lot for your response. I attach the form here.

Regards,

(attachments)

Fully_Audited_Feb-2023-form-Jan10th.xlsx (70.5 KB)

@pamochungo, seems like you will also need to share a sample CSV file as I see you have a pulldata function. But I see some form design issues in your XLSForm. Maybe you will need to fix them manually by validating them against the online validator. Remove the pulldata function from the XLSForm so that you would not receive the syntax issues related to it as you will not be able to upload the CSV file for the XLSForm there. Once you fix everything on the online validator, you could then try to upload your XLSForm on the system (server).

Thanks. Indeed I have another csv file which the pulldata draws from. Let me remove those questions in the interim and try validating against the online validator. Although I keep getting the error: NoneType object is not iterable after fixing all issues.