acacode / swagger-typescript-api

Generate the API Client for Fetch or Axios from an OpenAPI Specification
MIT License
3.38k stars 361 forks source link

ReferenceError: unidiciGlobalDispatcherSymbol is not defined #956

Open UwetU opened 1 month ago

UwetU commented 1 month ago

Hi, can you help with that case. If I set "disabledStrictSSL": true and set url with "https" prefix, I have got a error like this

image

I found a file https://github.com/acacode/swagger-typescript-api/blob/13.0.22/src/util/request.js and I think you forgot defined "unidiciGlobalDispatcherSymbol" variable before the 38 line?

Thank you in advance for your reply.