docs-site
docs-site copied to clipboard
Issue with docs.zowe.org/stable/troubleshoot/app-framework/zss-error-codes/
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.