The issues on deploying project

I was failed to deploy the new project from draft. This project is imported from xls files. I have checked the code on my test environment. This part occurs issue. The following code is from /kpi-master/kpi/views/v2/asset.py.

serializer = DeploymentSerializer(
data=request.data,
context=serializer_context
)
serializer.is_valid(raise_exception=True)
serializer.save()

Is there anybody who can help me?
Best Regards.

Hi,
Welcome to the community forum.

Have you ever successfully deployed a form in your current server installation?

  1. If No, I would suggest you recheck your installation process?
  2. If Yes, then there could be an issue with your XLS form. Do you mind sharing the form on this group so that we have a look at it?

Stephane

1 Like