How to solve “No API definition provided” error for Flask-RESTPlus app on Cloud Foundry
When you create an API endpoint that generates a QRCode with Flask-RESTPlus, you may want to deploy it onto Cloud Foundry.
However, when I first tried to do so, I was greeted with a No API definition provided when I accessed the Swagger Api portal page.
So why is there a “No API definition provided” error for Flask-RESTPlus app on Cloud Foundry?
In case you are facing such a problem, this post discuss how I had managed to solve the “No API definition provided” error for my Flask-RESTPlus app on Cloud Foundry.
Follow us