Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError: unidiciGlobalDispatcherSymbol is not defined #956

Open
UwetU opened this issue Oct 17, 2024 · 2 comments
Open

ReferenceError: unidiciGlobalDispatcherSymbol is not defined #956

UwetU opened this issue Oct 17, 2024 · 2 comments

Comments

@UwetU
Copy link

UwetU commented Oct 17, 2024

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.

@spleeroosh
Copy link

Same error here

@slowWriting
Copy link

I have found the workaround with using this in my config:
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';

This skips the SSL check on the nodeJS level. Couldn't find any way in which disable SSL flag would work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants