Issue
The web-component works correctly in standalone mode, but when connected to the web-service for processing, an error WASM_ERROR occurs with the description "details: «Method 12125: Command can not be processed at this moment, bad initial state».
Solution
Check the config.yaml file and make sure the value of session_api is set to enabled.
Example:
service:
sessionApi:
enabled: true
For more information about the settings please check documentation.
Comments
Please sign in to leave a comment.