Kirsten
Kirsten

Reputation: 18198

Swagger Try it out button not working (Swashbuckle issue)

I added Swashbuckle.AspNetCore 2.4.0 to my VS2017 project following along on Pluralsight's Play by Play course.

When I navigate to http://localhost:51806/swagger/ I have the swagger UI. When I click on the "Try it out" button the button changes to "Cancel" but nothing else happens.

I have tried each response content type

Swagger support forum indicates this is a Swashbuckle issue.

[Update]

I just did not realise that the Execute was a link

as shown here

Upvotes: 2

Views: 1154

Answers (1)

Roman Marusyk
Roman Marusyk

Reputation: 24619

But after pressing the button "Try it out", nothing should happen, only display "Execute" button

enter image description here

Upvotes: 1

Related Questions