App Backend Deploy Issue - IWS

Backend not deploying from the latest code.

Hi @shabeeb, thanks for posting.

Please test your builds with docker-compose (necessary configuration is provided with your project). Docker ensures that whatever is built locally, will be built in exactly the same way in production.

Currently, your release command fails due to the following error:

File "/opt/webapp/equipment_rebate/api/v1/viewsets.py", line 16, in <module>

    import qrcode

ModuleNotFoundError: No module named 'qrcode'