0

I have a flask restplus api with swagger documentation generated.

When I run the application locally, I am able to see the Authorize button in the swagger UI

Localhost has Authorize button enter image description here

But when I deploy the same application on Google App Engine, the authorize button goes missing.

No Authorize button in the Google App Engine deployment. enter image description here

I am unsure why the authorize button is missing in the Google App Engine deployment.

Varunkumar Manohar
  • 887
  • 3
  • 11
  • 29
  • I was using different versions of flask-restpplus on localhost and Google app engine. After bumping up the app engine deployment to use the latest version of flask restplus, I am able to see the authorize button. – Varunkumar Manohar Jan 04 '19 at 21:21

1 Answers1

1

I was using different versions of flask-restpplus on localhost and Google app engine. After bumping up the app engine deployment to use the latest version of flask restplus, I am able to see the authorize button

Varunkumar Manohar
  • 887
  • 3
  • 11
  • 29