Damion Silver
Damion Silver

Reputation: 611

Swagger ui endpoint view section is causing a newline after each character

When i navigate to the swagger ui when i run my dotnet application, each character is listed on a new line when viewing the ui. it causes the section to become extremely big. Can someone please help to fix the bug? I would like the formatting to be a normal one line string. I will attach an image below.

enter image description here

Upvotes: 2

Views: 752

Answers (2)

Sagar Parmar
Sagar Parmar

Reputation: 31

I was having same issue. I resolved it by performing hard reload!

Solution: Perform a hard reload in Google Chrome, use the keyboard shortcuts as below:

  • Windows: Ctrl + Shift + R
  • Mac: Command + Shift + R

Reference Image: enter image description here

Upvotes: 0

Damion Silver
Damion Silver

Reputation: 611

The solution to my problem was simply clearing history and cookies and restarting browser.

Upvotes: 4

Related Questions