Andrew McGhie

Results 1 comments of Andrew McGhie

For anyone having the experiencing this issue. I found the following workaround: 1. Create an "empty" custom request interceptor e.g. `swagger-static/custom-request-interceptor.js` in your `resources` directory ```javascript function customRequestInterceptor(request) { return...