Issue with docs.zowe.org/stable/troubleshoot/app-framework/zss-error-codes/ #4170
Labels
area: webui
Issues related to Zowe Application Framework (zLUX) or Zowe Desktop (MVD))
release: V3
Zowe V3 content
Size: M
type: bug
Something isn't working
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: