We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got
ZWED0151W - unhandledRejection TypeError: Cannot read properties of undefined (reading 'port') at module.exports.getAgentRequestOptions (/u/tmp/zowep/components/app-server/share/zlux-server-framework/lib/util.js:167:103)
when I had
zss: enabled: true port: 7557 crossMemoryServerName: ZWESIS_STD agent: jwt: fallback: true 64bit: true https: trace: true
If I remove the https: trace... it works.
I added the https:trace to try to resolve a problem with certificates. If this is not valid, the schema should have rejected it
The message was very confusing because it mentions "port", not https.
I could not find any doc which told me what options were valid for the zss component.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I got
ZWED0151W - unhandledRejection TypeError: Cannot read properties of undefined (reading 'port')
at module.exports.getAgentRequestOptions (/u/tmp/zowep/components/app-server/share/zlux-server-framework/lib/util.js:167:103)
when I had
zss:
enabled: true
port: 7557
crossMemoryServerName: ZWESIS_STD
agent:
jwt:
fallback: true
64bit: true
https:
trace: true
If I remove the https: trace... it works.
I added the https:trace to try to resolve a problem with certificates.
If this is not valid, the schema should have rejected it
The message was very confusing because it mentions "port", not https.
I could not find any doc which told me what options were valid for the zss component.
Pages to Update
Screenshots
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: