Throwing Uncaught ReferenceError window
when initialising the swagger client
#10694
Labels
API-M 4.0.0
Related to 4.0.0 release of API-M
Priority/Low
React-UI
Type/Bug
UI-Performance
React UI performance related issues
Description:
We have added a web worker to support parallelize the SwaggerClient initialization work during the page load.
But due to an update in SwaggerClient, we are getting the below exception when loading the client inside the worker thread
This exception simply break the whole API invocation flow hence we have fallen back to the old swagger client initialization mechanism
Raised a support issue in swagger-api/swagger-js#2008
We, Will, use this issue in the WSO2 end to track the progress, Until it gets resolved we will comment out the worker initialization code.
Impact:
Users will experience a slight delay in loading the publisher web app. Because Swagger resolver takes considerable time parsing the publisher OAS definition
Steps to reproduce:
The text was updated successfully, but these errors were encountered: