Skip to main content
Nintex Community Menu Bar

Server Error in 'Api/Workflow/V1' Application.

  • February 16, 2021
  • 0 replies
  • 137 views

Forum|alt.badge.img+6

Issue

When browsing to K2 Workflow REST API Swagger URL, the following error is thrown:

Server Error in '/Api/Workflow/V1' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Error Code

19931i041A775D141F5010.png

 

Resolution

After disabling customErrors (customErrors mode="Off"), more detail of the error is displayed:

19932i139B2BA714276A97.png

 

In this example, the error was caused by invalid characters (invisible).   Remove and re-add the above section from line 39 - 43, resolves the issue.

 

Additional Information

Related Links